From 31625a59d1b5d7fedea6bc02b1ff9a7ade3686a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:21:18 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/kms/google to v4.1.0 --- examples/confidential_computing_intel/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/confidential_computing_intel/main.tf b/examples/confidential_computing_intel/main.tf index dac5fd9b..945f1779 100644 --- a/examples/confidential_computing_intel/main.tf +++ b/examples/confidential_computing_intel/main.tf @@ -27,7 +27,7 @@ resource "random_string" "suffix" { module "kms" { source = "terraform-google-modules/kms/google" - version = "4.0.0" + version = "4.1.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location