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:
@@ -154,7 +154,8 @@ module "project" {
|
||||
billing_account = local.billing_account
|
||||
services = [
|
||||
"container.googleapis.com",
|
||||
"stackdriver.googleapis.com",
|
||||
"logging.googleapis.com",
|
||||
"monitoring.googleapis.com",
|
||||
"storage.googleapis.com",
|
||||
]
|
||||
iam = {
|
||||
|
||||
Reference in New Issue
Block a user