diff --git a/examples/multiple_buckets/main.tf b/examples/multiple_buckets/main.tf index b82e3212..fcdcdc48 100644 --- a/examples/multiple_buckets/main.tf +++ b/examples/multiple_buckets/main.tf @@ -22,7 +22,7 @@ resource "random_string" "prefix" { module "cloud_storage" { source = "terraform-google-modules/cloud-storage/google" - version = "~> 6.0" + version = "~> 7.0" project_id = var.project_id