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