Skip to content

Commit 4e148ed

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to ~> 2.3.0 (#1871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent b55de75 commit 4e148ed

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.2.3"
19+
version = "~> 2.3"
2020
project_id = var.project_id
2121
location = var.region
2222
keyring = "gke-keyring"

0 commit comments

Comments
 (0)