File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616
1717module "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 {
You can’t perform that action at this time.
0 commit comments