Skip to content

Commit

Permalink
fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 committed May 19, 2021
1 parent 50d3b88 commit 8f8dfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_apprunner_custom_domain_association.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func resourceAwsAppRunnerCustomDomainAssociationRead(ctx context.Context, d *sch

if customDomain == nil {
if d.IsNewResource() {
return diag.FromErr(fmt.Errorf("error reading App Runner Custom Domain Associaton (%s): empty output after creation", d.Id()))
return diag.FromErr(fmt.Errorf("error reading App Runner Custom Domain Association (%s): empty output after creation", d.Id()))
}
log.Printf("[WARN] App Runner Custom Domain Association (%s) not found, removing from state", d.Id())
d.SetId("")
Expand Down

0 comments on commit 8f8dfed

Please sign in to comment.