Skip to content

Commit

Permalink
Update docs/resources/integration_gcp.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
  • Loading branch information
dtru-ddog and brett0000FF committed Jan 11, 2024
1 parent f758230 commit 7f7ae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/integration_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "datadog_integration_gcp" "awesome_gcp_project_integration" {
### Optional

- `automute` (Boolean) Silence monitors for expected GCE instance shutdowns. Defaults to `false`.
- `cspm_resource_collection_enabled` (Boolean) Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires resource_collection_enabled to also be enabled. Defaults to `false`.
- `cspm_resource_collection_enabled` (Boolean) Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.
- `host_filters` (String) Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to `""`.
- `is_security_command_center_enabled` (Boolean) When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.
- `resource_collection_enabled` (Boolean) When enabled, Datadog scans for all resources in your GCP environment.
Expand Down

0 comments on commit 7f7ae53

Please sign in to comment.