Skip to content

Commit ddcfdbf

Browse files
authored
Add cloudbuild.googleapis.com to activated APIs
1 parent f2c4be5 commit ddcfdbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/setup/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module "service_project" {
6262
"composer.googleapis.com",
6363
"compute.googleapis.com",
6464
"iam.googleapis.com",
65-
"container.googleapis.com"
65+
"container.googleapis.com",
66+
"cloudbuild.googleapis.com",
6667
]
6768
activate_api_identities = [
6869
{

0 commit comments

Comments
 (0)