Skip to content

SSPROD-56045 - fix gcp api setup #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 20, 2025
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