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 bc40ac2 commit abc4cb1Copy full SHA for abc4cb1
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