diff --git a/.changelog/7422.txt b/.changelog/7422.txt new file mode 100644 index 0000000000..8ec013c069 --- /dev/null +++ b/.changelog/7422.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google-beta/data_source_dns_key_test.go b/google-beta/data_source_dns_key_test.go index a512139eb8..7ba6988d10 100644 --- a/google-beta/data_source_dns_key_test.go +++ b/google-beta/data_source_dns_key_test.go @@ -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" diff --git a/google-beta/data_source_dns_managed_zone_test.go b/google-beta/data_source_dns_managed_zone_test.go index 2f45a6b52c..3a8284f7b5 100644 --- a/google-beta/data_source_dns_managed_zone_test.go +++ b/google-beta/data_source_dns_managed_zone_test.go @@ -40,7 +40,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" }