Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/cloud-storage/…
Browse files Browse the repository at this point in the history
…google to v4 (#954)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2023
1 parent 8c34cb6 commit 6bf0a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "random_string" "suffix" {

module "gcp_projects_state_bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 3.2"
version = "~> 4.0"

name = "${var.bucket_prefix}-${module.seed_bootstrap.seed_project_id}-gcp-projects-tfstate"
project_id = module.seed_bootstrap.seed_project_id
Expand Down
2 changes: 1 addition & 1 deletion 4-projects/modules/base_env/example_storage_cmek.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ resource "random_string" "bucket_name" {

module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 3.0"
version = "~> 4.0"

project_id = module.base_shared_vpc_project.project_id
location = var.location_gcs
Expand Down

0 comments on commit 6bf0a47

Please sign in to comment.