Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions test/examples/organization_api_enablement/cdr_ciem/main.tf

This file was deleted.

157 changes: 0 additions & 157 deletions test/examples/organization_api_enablement/cspm/main.tf

This file was deleted.

142 changes: 0 additions & 142 deletions test/examples/organization_api_enablement/vm/main.tf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The APIs needed for the CDR/CIEM feature are listed below:

# Set local local variables for Project ID and API services to enable
locals {
project = "org-child-project-1"
project = "<MANAGEMENT_PROJECT_ID>"
services = [
"pubsub.googleapis.com"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition, since CSPM is needed for onboard any GCP project these other APIs a

# Set local variables for Project ID and API services to enable
locals {
project = "org-child-project-1"
project = "<MANAGEMENT_PROJECT_ID>"
services = [
# CSPM specific APIs
"sts.googleapis.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The APIs needed for the VM feature are listed below:

# Set local variables for Project ID and API services to enable
locals {
project = "org-child-project-1"
project = "<MANAGEMENT_PROJECT_ID>"
services = [
"compute.googleapis.com"
]
Expand Down