Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(TPGv5)!: update to TPG v5 #1761

Merged
merged 19 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump kms for tpg v5
apeabody committed Oct 27, 2023
commit 6a7cd110f9d9d74b8541f89d65c20c3146383ee6
2 changes: 1 addition & 1 deletion examples/safer_cluster_iap_bastion/kms.tf
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

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