From 579bd44572a36f5e1a37916334382033b8e23e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 20:33:53 +0000 Subject: [PATCH] fix(deps)!: Update Terraform terraform-google-modules/cloud-dns/google to v5 --- modules/private-service-connect/dns.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/private-service-connect/dns.tf b/modules/private-service-connect/dns.tf index 2ff0003c..b64b9d4c 100644 --- a/modules/private-service-connect/dns.tf +++ b/modules/private-service-connect/dns.tf @@ -20,7 +20,7 @@ module "googleapis" { source = "terraform-google-modules/cloud-dns/google" - version = "~> 4.1" + version = "~> 5.0" project_id = var.project_id type = "private" name = "${local.dns_code}apis" @@ -53,7 +53,7 @@ module "googleapis" { module "gcr" { source = "terraform-google-modules/cloud-dns/google" - version = "~> 4.1" + version = "~> 5.0" project_id = var.project_id type = "private" name = "${local.dns_code}gcr" @@ -86,7 +86,7 @@ module "gcr" { module "pkg_dev" { source = "terraform-google-modules/cloud-dns/google" - version = "~> 4.1" + version = "~> 5.0" project_id = var.project_id type = "private" name = "${local.dns_code}pkg-dev"