File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
confidential_safer_cluster
safer_cluster_iap_bastion
simple_autopilot_private_cmek Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ locals {
2020
2121module "kms" {
2222 source = " terraform-google-modules/kms/google"
23- version = " ~> 3 .0"
23+ version = " ~> 4 .0"
2424 project_id = var. project_id
2525 location = var. region
2626 keyring = " gke-keyring-${ random_string . suffix . result } "
Original file line number Diff line number Diff line change 1616
1717module "kms" {
1818 source = " terraform-google-modules/kms/google"
19- version = " ~> 3 .0"
19+ version = " ~> 4 .0"
2020 project_id = var. project_id
2121 location = var. region
2222 keyring = " gke-keyring"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ data "google_project" "main" {
3232
3333module "kms" {
3434 source = " terraform-google-modules/kms/google"
35- version = " ~> 3.2 "
35+ version = " ~> 4.0 "
3636
3737 project_id = var. project_id
3838 key_protection_level = " HSM"
You can’t perform that action at this time.
0 commit comments