An open API service indexing awesome lists of open source software.

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

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.