Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/cloud-storage/g…
Browse files Browse the repository at this point in the history
…oogle to v9 (#304)
  • Loading branch information
renovate-bot authored Dec 24, 2024
1 parent 3c40ff2 commit bcbceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "cloudbuild_repositories" {

module "tfstate_bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 8.0"
version = "~> 9.0"

name = "${var.bucket_prefix}-${var.project_id}-tf-state"
project_id = var.project_id
Expand Down

0 comments on commit bcbceff

Please sign in to comment.