From 11a6039e17eb9f2bbfb5a219aac4184d6e6da67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 04:24:15 +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"