Skip to content

Commit

Permalink
Fix dns_managed_zone tests using unverified domain (GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 authored and ericayyliu committed Jul 26, 2023
1 parent 967a056 commit 12578b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func testAccDataSourceDNSKeysConfig(dnsZoneName, dnssecStatus string) string {
return fmt.Sprintf(`
resource "google_dns_managed_zone" "foo" {
name = "%s"
dns_name = "dnssec.tf-test.club."
dns_name = "dnssec.gcp.tfacc.hashicorptest.com."
dnssec_config {
state = "%s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func testAccDataSourceDnsManagedZone_basic(managedZoneName string) string {
return fmt.Sprintf(`
resource "google_dns_managed_zone" "foo" {
name = "qa-zone-%s"
dns_name = "qa.tf-test.club."
dns_name = "qa.gcp.tfacc.hashicorptest.com."
description = "QA DNS zone"
}

Expand Down

0 comments on commit 12578b7

Please sign in to comment.