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 03757f5 commit 6d49d38Copy full SHA for 6d49d38
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"
+ version = "~> 4.0"
31
32
keyring = "${var.keyring}-${local.default_suffix}"
33
location = var.location
examples/confidential_computing_intel/main.tf
- version = "3.2.0"
+ version = "4.0.0"
0 commit comments