Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tedkahwaji committed Oct 9, 2024
1 parent 6af37cd commit 37fd11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/integration_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ resource "datadog_integration_gcp" "awesome_gcp_project_integration" {
client_email = "awesome-service-account@awesome-project-id.iam.gserviceaccount.com"
client_id = "123456789012345678901"
host_filters = "foo:bar,buzz:lightyear"
cloud_run_revision_filters = ["filter_one", "filter_two"]
}
Expand Down
1 change: 1 addition & 0 deletions docs/resources/integration_gcp_sts.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "google_service_account_iam_member" "sa_iam" {
resource "datadog_integration_gcp_sts" "foo" {
client_email = google_service_account.datadog_integration.email
host_filters = ["filter_one", "filter_two"]
cloud_run_revision_filters = ["filter_one", "filter_two"]
automute = true
is_cspm_enabled = false
}
Expand Down

0 comments on commit 37fd11a

Please sign in to comment.