From b9ccae54bc23a5b12a3b7f6209f900bd7616593d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:47:53 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/kms/google to v3 --- examples/confidential_computing/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/confidential_computing/main.tf b/examples/confidential_computing/main.tf index e1309736..baf261cf 100644 --- a/examples/confidential_computing/main.tf +++ b/examples/confidential_computing/main.tf @@ -27,7 +27,7 @@ resource "random_string" "suffix" { module "kms" { source = "terraform-google-modules/kms/google" - version = "2.3.0" + version = "3.0.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location