Skip to content

Commit 8a54c6e

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-storage/google to v11 (#174)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c24fba5 commit 8a54c6e

File tree

1 file changed

+1
-1
lines changed
  • examples/bucket_setup_using_autokey

1 file changed

+1
-1
lines changed

examples/bucket_setup_using_autokey/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "google_kms_key_handle" "bucket_keyhandle" {
4949

5050
module "bucket" {
5151
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
52-
version = "~> 9.0"
52+
version = "~> 11.0"
5353

5454
name = "${var.resource_project_id}-bucket-${random_string.suffix.result}"
5555
project_id = var.resource_project_id

0 commit comments

Comments
 (0)