File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
4-projects/modules/infra_pipelines Expand file tree Collapse file tree 3 files changed +5
-5
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.1 "
87+ version = " ~> 11.0"
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.1 "
167+ version = " ~> 11.0"
168168
169169 project_id = module. tf_source . cloudbuild_project_id
170170 dockerfile_repo_uri = module. tf_source . csr_repos [local . cloudbuilder_repo ]. url
@@ -218,7 +218,7 @@ module "build_terraform_image" {
218218
219219module "tf_workspace" {
220220 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
221- version = " ~> 11.0.1 "
221+ version = " ~> 11.0"
222222 for_each = local. granular_sa
223223
224224 project_id = module. tf_source . cloudbuild_project_id
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "google_folder" "bootstrap" {
4545
4646module "seed_bootstrap" {
4747 source = " terraform-google-modules/bootstrap/google"
48- version = " ~> 11.0.1 "
48+ version = " ~> 11.0"
4949
5050 org_id = var. org_id
5151 folder_id = google_folder. bootstrap . 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.1 "
58+ version = " ~> 11.0"
5959
6060 for_each = toset (var. app_infra_repos )
6161
You can’t perform that action at this time.
0 commit comments