Skip to content

Commit 91620de

Browse files
chore(deps): Update Terraform terraform-google-modules/cloud-dns/google to v7
1 parent e2847a8 commit 91620de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/dns_response_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "dns_response_policy" {
1818
source = "terraform-google-modules/cloud-dns/google//modules/dns_response_policy"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project_id = var.project_id
2222
policy_name = "dns-response-policy-test"

examples/forwarding-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "dns-forwarding-zone" {
1818
source = "terraform-google-modules/cloud-dns/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project_id = var.project_id
2222
type = "forwarding"

examples/peering-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "dns-peering-zone" {
1818
source = "terraform-google-modules/cloud-dns/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project_id = var.project_id
2222
type = "peering"

examples/private-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "dns-private-zone" {
1818
source = "terraform-google-modules/cloud-dns/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project_id = var.project_id
2222
type = "private"

examples/public-zone/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "dns-public-zone" {
1818
source = "terraform-google-modules/cloud-dns/google"
19-
version = "~> 6.0"
19+
version = "~> 7.0"
2020

2121
project_id = var.project_id
2222
type = "public"

0 commit comments

Comments
 (0)