File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ resource "google_folder" "bootstrap" {
3131
3232module "seed_bootstrap" {
3333 source = " terraform-google-modules/bootstrap/google"
34- version = " ~> 2.1 "
34+ version = " ~> 3.0 "
3535 org_id = var. org_id
3636 folder_id = google_folder. bootstrap . id
3737 project_id = " ${ var . project_prefix } -b-seed"
@@ -102,7 +102,7 @@ resource "google_billing_account_iam_member" "tf_billing_admin" {
102102// Comment-out the cloudbuild_bootstrap module and its outputs if you want to use Jenkins instead of Cloud Build
103103module "cloudbuild_bootstrap" {
104104 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild"
105- version = " ~> 2.3 "
105+ version = " ~> 3.0 "
106106 org_id = var. org_id
107107 folder_id = google_folder. bootstrap . id
108108 project_id = " ${ var . project_prefix } -b-cicd"
Original file line number Diff line number Diff line change @@ -21,15 +21,6 @@ terraform {
2121 source = " hashicorp/google"
2222 version = " >= 3.50"
2323 }
24- null = {
25- source = " hashicorp/null"
26- version = " ~> 2.1"
27- }
28-
29- random = {
30- source = " hashicorp/random"
31- version = " ~> 2.3"
32- }
3324 }
3425
3526 provider_meta "google" {
You can’t perform that action at this time.
0 commit comments