Skip to content

Commit

Permalink
Fix dns_managed_zone tests using unverified domain (#7422) (#5307)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 9, 2023
1 parent 8cfd56a commit 77a4125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7422.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google-beta/data_source_dns_key_test.go
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
2 changes: 1 addition & 1 deletion google-beta/data_source_dns_managed_zone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 77a4125

Please sign in to comment.