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 1e63d11 commit b0585ddCopy full SHA for b0585dd
examples/safer_cluster_iap_bastion/kms.tf
@@ -16,7 +16,7 @@
16
17
module "kms" {
18
source = "terraform-google-modules/kms/google"
19
- version = "~> 2.3"
+ version = "~> 3.0"
20
project_id = var.project_id
21
location = var.region
22
keyring = "gke-keyring"
0 commit comments