diff --git a/examples/multiple_buckets/main.tf b/examples/multiple_buckets/main.tf index 5cc1d276..debfb1bb 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 = "~> 11.0" + version = "~> 12.0" project_id = var.project_id diff --git a/examples/simple_bucket/main.tf b/examples/simple_bucket/main.tf index c8769e00..fe42c64a 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 = "~> 11.0" + version = "~> 12.0" name = "${var.project_id}-bucket" project_id = var.project_id