We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24fba5 commit 8a54c6eCopy full SHA for 8a54c6e
examples/bucket_setup_using_autokey/main.tf
@@ -49,7 +49,7 @@ resource "google_kms_key_handle" "bucket_keyhandle" {
49
50
module "bucket" {
51
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
52
- version = "~> 9.0"
+ version = "~> 11.0"
53
54
name = "${var.resource_project_id}-bucket-${random_string.suffix.result}"
55
project_id = var.resource_project_id
0 commit comments