Skip to content

Commit 6be6082

Browse files
authored
Merge branch 'main' into renovate/major-terraform-google-provider
2 parents a9b4b3f + bdb96ca commit 6be6082

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

test/setup/iam.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ locals {
2121
"roles/compute.instanceAdmin.v1",
2222
"roles/iam.serviceAccountUser",
2323
"roles/composer.worker",
24-
"roles/resourcemanager.projectIamAdmin"
24+
"roles/resourcemanager.projectIamAdmin",
25+
"roles/cloudbuild.builds.builder",
2526
]
2627
}
2728

test/setup/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 17.0"
19+
version = "~> 18.0"
2020

2121
name = "ci-composer"
2222
random_project_id = "true"
@@ -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)