Skip to content

Commit a237327

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to v4 (#2280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98bb7c5 commit a237327

File tree

3 files changed

+3
-3
lines changed
  • examples
    • confidential_safer_cluster
    • safer_cluster_iap_bastion
    • simple_autopilot_private_cmek

3 files changed

+3
-3
lines changed

examples/confidential_safer_cluster/kms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020

2121
module "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}"

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

examples/simple_autopilot_private_cmek/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data "google_project" "main" {
3232

3333
module "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"

0 commit comments

Comments
 (0)