Skip to content

Commit

Permalink
Update internal/framework/resources/registered_domain/common.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson Lin <[email protected]>
  • Loading branch information
DXTimer and Wilson Lin authored Aug 30, 2023
1 parent 49534f3 commit 441e9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/resources/registered_domain/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (r *RegisteredDomainResource) updateModelFromAPIResponse(ctx context.Contex

if data.ContactId.ValueInt64() != domain.RegistrantID {
diags.AddWarning(
fmt.Sprintf(`the contact_id does not match your local state and what you have at DNSimple for: domain=%s config_contact_id=%d remote_contact_id=%d.
fmt.Sprintf(`The contact_id does not match your local state and what you have at DNSimple for: domain=%s config_contact_id=%d remote_contact_id=%d.
This can be due to a contact change that has not been reflected in your local config,
if you have changed your local config due to a registered_domain_contact change.
It may be that the contact change has not yet been completed.
Expand Down

0 comments on commit 441e9fe

Please sign in to comment.