Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.49 KB

Cloud Scanner for Google Cloud by Deepfence

This module deploys Cloud Scanner for Google Cloud by creating underlying resources in Google Cloud platform.

Notice

Deployment cost - This example will create resources that cost money.
Run terraform destroy when you don't need them anymore

Prerequisites

  1. Configure Terraform GCP Provider
  2. Following roles are required in your GCP organization/project credentials
    • Owner
  3. Besides, the following GCP APIs must be enabled to deploy resources correctly:

Usage

- Single-Project

Deepfence workload will be deployed in the same project where user's resources will be monitored.

./examples/single-project

- Multiple-Projects

Deepfence workload will be deployed in a selected project and roles will be created in all other projects and all projects will be monitored.

./examples/multi-project

Authors

Module is maintained and supported by Deepfence.

License

Apache 2 Licensed. See LICENSE for full details.