From 780d187f9099ca6b90b6fd00fac1f436de97ad62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:16:20 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/kms/google to v3.1.0 (#434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody --- 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 8f8a64d3..b13eccfe 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 = "3.0.0" + version = "~> 3.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location