Skip to content

Commit 34ae6ad

Browse files
fix(deps)!: Update Terraform terraform-google-modules/cloud-dns/google to v6 (#613)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2a3781 commit 34ae6ad

File tree

1 file changed

+3
-3
lines changed
  • modules/private-service-connect

1 file changed

+3
-3
lines changed

modules/private-service-connect/dns.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
module "googleapis" {
2222
source = "terraform-google-modules/cloud-dns/google"
23-
version = "~> 5.0"
23+
version = "~> 6.0"
2424
project_id = var.project_id
2525
type = "private"
2626
name = "${local.dns_code}apis"
@@ -53,7 +53,7 @@ module "googleapis" {
5353

5454
module "gcr" {
5555
source = "terraform-google-modules/cloud-dns/google"
56-
version = "~> 5.0"
56+
version = "~> 6.0"
5757
project_id = var.project_id
5858
type = "private"
5959
name = "${local.dns_code}gcr"
@@ -86,7 +86,7 @@ module "gcr" {
8686

8787
module "pkg_dev" {
8888
source = "terraform-google-modules/cloud-dns/google"
89-
version = "~> 5.0"
89+
version = "~> 6.0"
9090
project_id = var.project_id
9191
type = "private"
9292
name = "${local.dns_code}pkg-dev"

0 commit comments

Comments
 (0)