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 @@ -86,7 +86,7 @@ module "gcp_projects_state_bucket" {
86
86
87
87
module "tf_source" {
88
88
source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
89
- version = " ~> 9 .0"
89
+ version = " ~> 10 .0"
90
90
91
91
org_id = var. org_id
92
92
folder_id = google_folder. bootstrap . id
@@ -166,7 +166,7 @@ module "tf_private_pool" {
166
166
167
167
module "tf_cloud_builder" {
168
168
source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
169
- version = " ~> 9 .0"
169
+ version = " ~> 10 .0"
170
170
171
171
project_id = module. tf_source . cloudbuild_project_id
172
172
dockerfile_repo_uri = module. tf_source . csr_repos [local . cloudbuilder_repo ]. url
@@ -217,7 +217,7 @@ module "build_terraform_image" {
217
217
218
218
module "tf_workspace" {
219
219
source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
220
- version = " ~> 9 .0"
220
+ version = " ~> 10 .0"
221
221
for_each = local. granular_sa
222
222
223
223
project_id = module. tf_source . cloudbuild_project_id
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ resource "google_folder" "bootstrap" {
42
42
43
43
module "seed_bootstrap" {
44
44
source = " terraform-google-modules/bootstrap/google"
45
- version = " ~> 9 .0"
45
+ version = " ~> 10 .0"
46
46
47
47
org_id = var. org_id
48
48
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" {
55
55
56
56
module "tf_workspace" {
57
57
source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
58
- version = " ~> 9 .0"
58
+ version = " ~> 10 .0"
59
59
60
60
for_each = toset (var. app_infra_repos )
61
61
You can’t perform that action at this time.
0 commit comments