From dc7c0b7a9354ff7bfb45fb4569a3d595593ce24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:56:28 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/kms/google to v4 --- examples/confidential_computing/main.tf | 2 +- examples/confidential_computing_intel/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/confidential_computing/main.tf b/examples/confidential_computing/main.tf index 3dffc178..09dcfd9c 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" + version = "~> 4.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location diff --git a/examples/confidential_computing_intel/main.tf b/examples/confidential_computing_intel/main.tf index 4c28101f..dac5fd9b 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.2.0" + version = "4.0.0" keyring = "${var.keyring}-${local.default_suffix}" location = var.location