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 d11920c commit 780d187Copy full SHA for 780d187
examples/confidential_computing/main.tf
@@ -27,7 +27,7 @@ resource "random_string" "suffix" {
27
28
module "kms" {
29
source = "terraform-google-modules/kms/google"
30
- version = "3.0.0"
+ version = "~> 3.0"
31
32
keyring = "${var.keyring}-${local.default_suffix}"
33
location = var.location
0 commit comments