Skip to content

Commit 46ee00e

Browse files
chore(deps): Update Terraform terraform-google-modules/kms/google to v4
1 parent a5a89d1 commit 46ee00e

File tree

2 files changed

+2
-2
lines changed
  • examples

2 files changed

+2
-2
lines changed

examples/confidential_computing/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "random_string" "suffix" {
2727

2828
module "kms" {
2929
source = "terraform-google-modules/kms/google"
30-
version = "~> 3.0"
30+
version = "~> 4.0"
3131

3232
keyring = "${var.keyring}-${local.default_suffix}"
3333
location = var.location

examples/confidential_computing_intel/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "random_string" "suffix" {
2727

2828
module "kms" {
2929
source = "terraform-google-modules/kms/google"
30-
version = "3.2.0"
30+
version = "4.0.0"
3131

3232
keyring = "${var.keyring}-${local.default_suffix}"
3333
location = var.location

0 commit comments

Comments
 (0)