Description
TL;DR
Hi dear community, I'm following step-by-step deploying instuctions, and I got an error message related to SCC Notification Channels given GCP API Deprecation.
Under ORG-Repo, 10th steps, after running this commands got erros:
export ORG_STEP_SA=$(terraform -chdir="../gcp-bootstrap/envs/shared" output -raw organization_step_terraform_service_account_email)
gcloud scc notifications describe "scc-notify" --format="value(name)" --organization=${ORGANIZATION_ID} --impersonate-service-account=${ORG_STEP_SA}
ERROR: (gcloud.scc.notifications.describe) INVALID_ARGUMENT: This API is no longer available. Please use API V2 as an alternative. If the V2 API does not work for your use case, reach out to the support team.
Any workaround suggested?
Thanks in advanced
Rodrigo Perez
Expected behavior
No response
Observed behavior
Smooth transition from repo 1-Org to repo 2-Environments
Terraform Configuration
No terrafrom configuration file usage. [Home directory without this customizable file]
Terraform Version
1.5.7
Terraform Provider Versions
│ Error: Module not installed
│
│ on cai_monitoring.tf line 17:
│ 17: module "cai_monitoring" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on iam.tf line 69:
│ 69: module "create_kms_organization_service_agent" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on log_sinks.tf line 39:
│ 39: module "logs_export" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 47:
│ 47: module "organization_policies_type_boolean" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 64:
│ 64: module "org_vm_external_ip_access" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 76:
│ 76: module "restrict_protocol_fowarding" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 100:
│ 100: module "org_domain_restricted_sharing" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 118:
│ 118: module "domain_restricted_contacts" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on org_policy.tf line 135:
│ 135: module "allowed_worker_pools" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 35:
│ 35: module "org_audit_logs" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 69:
│ 69: module "org_billing_export" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 103:
│ 103: module "common_kms" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 138:
│ 138: module "org_secrets" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 172:
│ 172: module "interconnect" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 206:
│ 206: module "scc_notifications" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 240:
│ 240: module "network_hub" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
╵
╷
│ Error: Module not installed
│
│ on projects.tf line 283:
│ 283: module "environment_network" {
│
│ This module is not yet installed. Run "terraform init" to install all modules required by this configuration.
Additional information
No response