diff --git a/examples/multiple_buckets/main.tf b/examples/multiple_buckets/main.tf index 291d416b..87af4ec0 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 = "~> 8.0" + version = "~> 9.0" project_id = var.project_id diff --git a/examples/simple_bucket/main.tf b/examples/simple_bucket/main.tf index dfab80ad..c83ab2d0 100644 --- a/examples/simple_bucket/main.tf +++ b/examples/simple_bucket/main.tf @@ -16,7 +16,7 @@ module "bucket" { source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket" - version = "~> 8.0" + version = "~> 9.0" name = "${var.project_id}-bucket" project_id = var.project_id