Skip to content

Commit f80ef4b

Browse files
authored
fix: Enable cloudbuild API for tests
1 parent bf2b5fb commit f80ef4b

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
@@ -32,7 +32,8 @@ module "project" {
3232
"dns.googleapis.com",
3333
"compute.googleapis.com",
3434
"iam.googleapis.com",
35-
"container.googleapis.com"
35+
"container.googleapis.com",
36+
"cloudbuild.googleapis.com",
3637
]
3738
activate_api_identities = [
3839
{

0 commit comments

Comments
 (0)