Replace all instances of stackdriver.googleapis.com with log+mon (#3022)
Replace all instances of stackdriver.googleapis.com with logging.googleapis.com and monitoring.googleapis.com. Fixes #2932
This commit is contained in:
@@ -67,10 +67,11 @@ module "land-project" {
|
||||
"cloudresourcemanager.googleapis.com",
|
||||
"datalineage.googleapis.com",
|
||||
"iam.googleapis.com",
|
||||
"logging.googleapis.com",
|
||||
"monitoring.googleapis.com",
|
||||
"serviceusage.googleapis.com",
|
||||
"stackdriver.googleapis.com",
|
||||
"storage.googleapis.com",
|
||||
"storage-component.googleapis.com",
|
||||
"storage.googleapis.com",
|
||||
]
|
||||
service_encryption_key_ids = {
|
||||
"bigquery.googleapis.com" = compact([var.service_encryption_keys.bq])
|
||||
|
||||
@@ -119,11 +119,12 @@ module "processing-project" {
|
||||
"datalineage.googleapis.com",
|
||||
"dataproc.googleapis.com",
|
||||
"iam.googleapis.com",
|
||||
"logging.googleapis.com",
|
||||
"monitoring.googleapis.com",
|
||||
"servicenetworking.googleapis.com",
|
||||
"serviceusage.googleapis.com",
|
||||
"stackdriver.googleapis.com",
|
||||
"storage-component.googleapis.com",
|
||||
"storage.googleapis.com",
|
||||
"storage-component.googleapis.com"
|
||||
]
|
||||
service_encryption_key_ids = {
|
||||
"composer.googleapis.com" = compact([var.service_encryption_keys.composer])
|
||||
|
||||
@@ -24,11 +24,12 @@ locals {
|
||||
"compute.googleapis.com",
|
||||
"datalineage.googleapis.com",
|
||||
"iam.googleapis.com",
|
||||
"logging.googleapis.com",
|
||||
"monitoring.googleapis.com",
|
||||
"servicenetworking.googleapis.com",
|
||||
"serviceusage.googleapis.com",
|
||||
"stackdriver.googleapis.com",
|
||||
"storage-component.googleapis.com",
|
||||
"storage.googleapis.com",
|
||||
"storage-component.googleapis.com"
|
||||
]
|
||||
iam_cur = {
|
||||
"roles/bigquery.dataOwner" = [
|
||||
|
||||
@@ -79,8 +79,9 @@ module "common-project" {
|
||||
"datacatalog.googleapis.com",
|
||||
"dlp.googleapis.com",
|
||||
"iam.googleapis.com",
|
||||
"logging.googleapis.com",
|
||||
"monitoring.googleapis.com",
|
||||
"serviceusage.googleapis.com",
|
||||
"stackdriver.googleapis.com",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@ module "data-platform" {
|
||||
prefix = "myprefix"
|
||||
}
|
||||
|
||||
# tftest modules=23 resources=158
|
||||
# tftest modules=23 resources=170
|
||||
```
|
||||
|
||||
## Customizations
|
||||
|
||||
Reference in New Issue
Block a user