From a6e246d1dc06e56438ac3e6db00bccce509ac58f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:01:37 +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"