Skip to content

Commit 661cf8e

Browse files
committed
fix test webhook
1 parent 3bcb066 commit 661cf8e

File tree

2 files changed

+1121
-907
lines changed

2 files changed

+1121
-907
lines changed

internal/services/tem/domain_validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func ResourceDomainValidationCreate(ctx context.Context, d *schema.ResourceData,
9595
})
9696
if domainCheck == nil || domainCheck.Status == "pending" || domainCheck.Status == "unchecked" || domainCheck.Status == "autoconfiguring" {
9797
d.SetId("")
98-
98+
9999
return diag.Errorf("domain validation did not complete in %d seconds", duration)
100100
}
101101

0 commit comments

Comments
 (0)