We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c2307 commit b625688Copy full SHA for b625688
test/setup/main.tf
@@ -32,7 +32,17 @@ module "project" {
32
"dns.googleapis.com",
33
"compute.googleapis.com",
34
"iam.googleapis.com",
35
- "container.googleapis.com"
+ "container.googleapis.com",
36
+ "artifactregistry.googleapis.com",
37
+ "cloudbuild.googleapis.com",
38
+ "compute.googleapis.com",
39
+ "deploymentmanager.googleapis.com",
40
+ "logging.googleapis.com",
41
+ "cloudkms.googleapis.com",
42
+ "monitoring.googleapis.com",
43
+ "pubsub.googleapis.com",
44
+ "storage.googleapis.com",
45
+ "servicedirectory.googleapis.com"
46
]
47
activate_api_identities = [
48
{
0 commit comments