Skip to content

Commit da273ff

Browse files
committed
fix source and version of gcs_bucket module
1 parent 14e81ec commit da273ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

4-projects/modules/base_env/example_storage_cmek.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ resource "random_string" "bucket_name" {
4343
}
4444

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

4950
project_id = module.base_shared_vpc_project.project_id
5051
location = var.location_gcs

0 commit comments

Comments
 (0)