https://github.com/deepfence/terraform-gcp-cloud-scanner
Deepfence Cloud Scanner runs in your cloud environment, gathering inventory and compliance information for the assets deployed in that environment. It submits that information to your Deepfence ThreatMapper or ThreatStryker Management Console
https://github.com/deepfence/terraform-gcp-cloud-scanner
Last synced: 6 months ago
JSON representation
Deepfence Cloud Scanner runs in your cloud environment, gathering inventory and compliance information for the assets deployed in that environment. It submits that information to your Deepfence ThreatMapper or ThreatStryker Management Console
- Host: GitHub
- URL: https://github.com/deepfence/terraform-gcp-cloud-scanner
- Owner: deepfence
- License: apache-2.0
- Created: 2022-05-25T11:07:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:14:16.000Z (over 1 year ago)
- Last Synced: 2025-01-17T11:34:03.388Z (over 1 year ago)
- Language: HCL
- Homepage:
- Size: 95.7 KB
- Stars: 35
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://registry.terraform.io/providers/hashicorp/google/latest/docs)
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:
* [Identity and access management API](https://console.cloud.google.com/marketplace/product/google/iam.googleapis.com)
* [Cloud Run API](https://console.cloud.google.com/marketplace/product/google/run.googleapis.com)
## Usage
### - Single-Project
Deepfence workload will be deployed in the same project where user's resources will be monitored.
[`./examples/single-project`](https://github.com/deepfence/terraform-gcp-cloud-scanner/tree/main/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`](https://github.com/deepfence/terraform-gcp-cloud-scanner/tree/main/examples/multi-project)
## Authors
Module is maintained and supported by [Deepfence](https://deepfence.io/).
## License
Apache 2 Licensed. See LICENSE for full details.