File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
4-projects/modules/infra_pipelines Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module "gcp_projects_state_bucket" {
8484
8585module "tf_source" {
8686 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
87- version = " ~> 11.0"
87+ version = " ~> 11.0.1 "
8888
8989 org_id = var. org_id
9090 folder_id = google_folder. bootstrap . id
@@ -164,7 +164,7 @@ module "tf_private_pool" {
164164
165165module "tf_cloud_builder" {
166166 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
167- version = " ~> 11.0"
167+ version = " ~> 11.0.1 "
168168
169169 project_id = module. tf_source . cloudbuild_project_id
170170 dockerfile_repo_uri = module. tf_source . csr_repos [local . cloudbuilder_repo ]. url
@@ -216,7 +216,7 @@ module "build_terraform_image" {
216216
217217module "tf_workspace" {
218218 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
219- version = " ~> 11.0"
219+ version = " ~> 11.0.1 "
220220 for_each = local. granular_sa
221221
222222 project_id = module. tf_source . cloudbuild_project_id
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ resource "google_storage_bucket" "cloudbuild_bucket" {
5555
5656module "tf_workspace" {
5757 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
58- version = " ~> 11.0"
58+ version = " ~> 11.0.1 "
5959
6060 for_each = toset (var. app_infra_repos )
6161
You can’t perform that action at this time.
0 commit comments