We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e942f9f commit 1c90105Copy full SHA for 1c90105
internal/services/domain/zone_test.go
@@ -126,6 +126,7 @@ func testAccCheckDomainZoneDestroy(tt *acctest.TestTools) resource.TestCheckFunc
126
if rs.Primary.Attributes["subdomain"] == "" {
127
return nil
128
}
129
+
130
return fmt.Errorf("zone %s still exist for domain: %s",
131
rs.Primary.Attributes["subdomain"],
132
rs.Primary.Attributes["domain"])
0 commit comments