Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Sep 4, 2024
1 parent 4af6d1d commit 84672a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 4-projects/modules/base_env/example_storage_cmek.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ resource "random_string" "bucket_name" {

module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 6.0"
# Open Issue on version 6.1.0: https://github.com/terraform-google-modules/terraform-google-cloud-storage/issues/339
version = "~> 6.0.0"

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

0 comments on commit 84672a6

Please sign in to comment.