Skip to content

Commit 26142c5

Browse files
authored
chore: Enable cloudbuild API for tests (#181)
1 parent bf2b5fb commit 26142c5

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)