Skip to content

Commit 27a31a6

Browse files
authored
chore(deps): Remove unused dependencies, update bootstrap TF module to 3.0 (#536)
1 parent c6ce7c8 commit 27a31a6

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

0-bootstrap/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "google_folder" "bootstrap" {
3131

3232
module "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
103103
module "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"

0-bootstrap/versions.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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" {

0 commit comments

Comments
 (0)