diff --git a/infra/apis.tf b/infra/apis.tf index 2916801f..946a8cb2 100644 --- a/infra/apis.tf +++ b/infra/apis.tf @@ -31,7 +31,6 @@ module "project_services" { "bigquery.googleapis.com", "bigquerymigration.googleapis.com", "bigquerystorage.googleapis.com", - "clouddebugger.googleapis.com", "cloudtrace.googleapis.com", "datastore.googleapis.com", "logging.googleapis.com", diff --git a/infra/metadata.yaml b/infra/metadata.yaml index 17bfe30d..0d41b5b1 100644 --- a/infra/metadata.yaml +++ b/infra/metadata.yaml @@ -142,7 +142,6 @@ spec: - bigquery.googleapis.com - bigquerymigration.googleapis.com - bigquerystorage.googleapis.com - - clouddebugger.googleapis.com - cloudtrace.googleapis.com - datastore.googleapis.com - logging.googleapis.com diff --git a/infra/test/setup/main.tf b/infra/test/setup/main.tf index df968f9d..f2f42e65 100644 --- a/infra/test/setup/main.tf +++ b/infra/test/setup/main.tf @@ -29,7 +29,6 @@ module "project" { "bigquery.googleapis.com", "bigquerymigration.googleapis.com", "bigquerystorage.googleapis.com", - "clouddebugger.googleapis.com", "cloudtrace.googleapis.com", "datastore.googleapis.com", "logging.googleapis.com",