Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/kms/google to …
Browse files Browse the repository at this point in the history
…~> 2.3.0 (#1871)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate[bot] and apeabody authored Feb 8, 2024
1 parent b55de75 commit 4e148ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "kms" {
source = "terraform-google-modules/kms/google"
version = "~> 2.2.3"
version = "~> 2.3"
project_id = var.project_id
location = var.region
keyring = "gke-keyring"
Expand Down

0 comments on commit 4e148ed

Please sign in to comment.