Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/cloud-dns/googl…
Browse files Browse the repository at this point in the history
…e to v5 (#489)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 1, 2023
1 parent 6475583 commit adb3e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/private-service-connect/dns.tf
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit adb3e2a

Please sign in to comment.