Skip to content

Commit ee6183f

Browse files
chore(deps): consolidate renovate bot dependency fixes (#1251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f22eb66 commit ee6183f

File tree

16 files changed

+232
-238
lines changed

16 files changed

+232
-238
lines changed

0-bootstrap/cb.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource "random_string" "suffix" {
7070

7171
module "gcp_projects_state_bucket" {
7272
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
73-
version = "~> 5.0"
73+
version = "~> 6.0"
7474

7575
name = "${var.bucket_prefix}-${module.seed_bootstrap.seed_project_id}-gcp-projects-tfstate"
7676
project_id = module.seed_bootstrap.seed_project_id
@@ -86,7 +86,7 @@ module "gcp_projects_state_bucket" {
8686

8787
module "tf_source" {
8888
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
89-
version = "~> 7.0"
89+
version = "~> 8.0"
9090

9191
org_id = var.org_id
9292
folder_id = google_folder.bootstrap.id
@@ -155,7 +155,7 @@ module "tf_private_pool" {
155155

156156
module "tf_cloud_builder" {
157157
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
158-
version = "~> 7.0"
158+
version = "~> 8.0"
159159

160160
project_id = module.tf_source.cloudbuild_project_id
161161
dockerfile_repo_uri = module.tf_source.csr_repos[local.cloudbuilder_repo].url
@@ -206,7 +206,7 @@ module "build_terraform_image" {
206206

207207
module "tf_workspace" {
208208
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
209-
version = "~> 7.0"
209+
version = "~> 8.0"
210210
for_each = local.granular_sa
211211

212212
project_id = module.tf_source.cloudbuild_project_id

0-bootstrap/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "google_folder" "bootstrap" {
4141

4242
module "seed_bootstrap" {
4343
source = "terraform-google-modules/bootstrap/google"
44-
version = "~> 7.0"
44+
version = "~> 8.0"
4545

4646
org_id = var.org_id
4747
folder_id = google_folder.bootstrap.id

0 commit comments

Comments
 (0)