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 {
20
20
21
21
module "kms" {
22
22
source = " terraform-google-modules/kms/google"
23
- version = " ~> 3 .0"
23
+ version = " ~> 4 .0"
24
24
project_id = var. project_id
25
25
location = var. region
26
26
keyring = " gke-keyring-${ random_string . suffix . result } "
Original file line number Diff line number Diff line change 16
16
17
17
module "kms" {
18
18
source = " terraform-google-modules/kms/google"
19
- version = " ~> 3 .0"
19
+ version = " ~> 4 .0"
20
20
project_id = var. project_id
21
21
location = var. region
22
22
keyring = " gke-keyring"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ data "google_project" "main" {
32
32
33
33
module "kms" {
34
34
source = " terraform-google-modules/kms/google"
35
- version = " ~> 3.2 "
35
+ version = " ~> 4.0 "
36
36
37
37
project_id = var. project_id
38
38
key_protection_level = " HSM"
You can’t perform that action at this time.
0 commit comments