From 1d42b3e183bcaeffa80a319ed88fcec05686cd29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:17:33 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/kms/google to v3.2.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 f8c90959..aad261a8 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 = "3.0.0" + version = "3.2.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location