We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cbefd commit ffce27bCopy full SHA for ffce27b
0-bootstrap/cb.tf
@@ -137,6 +137,15 @@ module "tf_source" {
137
depends_on = [module.seed_bootstrap]
138
}
139
140
+resource "google_project_service_identity" "workflows_identity" {
141
+ provider = google-beta
142
+
143
+ project = module.tf_source.cloudbuild_project_id
144
+ service = "workflows.googleapis.com"
145
146
+ depends_on = [module.tf_source]
147
+}
148
149
module "tf_private_pool" {
150
source = "./modules/cb-private-pool"
151
0 commit comments