Skip to content

Commit 0f2b0c8

Browse files
SSPROD-56045 - fix gcp api setup
1 parent 5e85d6a commit 0f2b0c8

File tree

6 files changed

+3
-341
lines changed

6 files changed

+3
-341
lines changed

test/examples/organization_api_enablement/cdr_ciem/main.tf

Lines changed: 0 additions & 39 deletions
This file was deleted.

test/examples/organization_api_enablement/cspm/main.tf

Lines changed: 0 additions & 157 deletions
This file was deleted.

test/examples/organization_api_enablement/vm/main.tf

Lines changed: 0 additions & 142 deletions
This file was deleted.

test/examples/single_api_enablement/cdr_ciem/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The APIs needed for the CDR/CIEM feature are listed below:
99

1010
# Set local local variables for Project ID and API services to enable
1111
locals {
12-
project = "org-child-project-1"
12+
project = "<MANAGEMENT_PROJECT_ID>"
1313
services = [
1414
"pubsub.googleapis.com"
1515
]

test/examples/single_api_enablement/cspm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In addition, since CSPM is needed for onboard any GCP project these other APIs a
1616

1717
# Set local variables for Project ID and API services to enable
1818
locals {
19-
project = "org-child-project-1"
19+
project = "<MANAGEMENT_PROJECT_ID>"
2020
services = [
2121
# CSPM specific APIs
2222
"sts.googleapis.com",

test/examples/single_api_enablement/vm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The APIs needed for the VM feature are listed below:
99

1010
# Set local variables for Project ID and API services to enable
1111
locals {
12-
project = "org-child-project-1"
12+
project = "<MANAGEMENT_PROJECT_ID>"
1313
services = [
1414
"compute.googleapis.com"
1515
]

0 commit comments

Comments
 (0)