From c6e13e6d79e677fe9871b2de2a0da0eeef6dc426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:14:58 +0000 Subject: [PATCH 1/2] chore(deps): Update Terraform terraform-google-modules/kms/google to v3.1.0 --- 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 3a30c72a..25276469 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.1.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location From 8949e960e340c5bc3b191651f8720ea3e0242aa3 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 27 Sep 2024 09:48:02 -0700 Subject: [PATCH 2/2] Update main.tf --- 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 25276469..2814c401 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.1.0" + version = "~> 3.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location