Skip to content

Commit 599026e

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v11
1 parent e2ef692 commit 599026e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/multiple_buckets/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "prefix" {
2222

2323
module "cloud_storage" {
2424
source = "terraform-google-modules/cloud-storage/google"
25-
version = "~> 10.0"
25+
version = "~> 11.0"
2626

2727
project_id = var.project_id
2828

examples/simple_bucket/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "bucket" {
1818
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
19-
version = "~> 10.0"
19+
version = "~> 11.0"
2020

2121
name = "${var.project_id}-bucket"
2222
project_id = var.project_id

0 commit comments

Comments
 (0)