Skip to content

Commit b0585dd

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to v3 (#2088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e63d11 commit b0585dd

File tree

1 file changed

+1
-1
lines changed
  • examples/safer_cluster_iap_bastion

1 file changed

+1
-1
lines changed

examples/safer_cluster_iap_bastion/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "kms" {
1818
source = "terraform-google-modules/kms/google"
19-
version = "~> 2.3"
19+
version = "~> 3.0"
2020
project_id = var.project_id
2121
location = var.region
2222
keyring = "gke-keyring"

0 commit comments

Comments
 (0)