Skip to content

Commit

Permalink
Update aws/resource_aws_ecr_repository_policy.go
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Henrik Lunde <[email protected]>
  • Loading branch information
DrFaust92 and chlunde authored Sep 8, 2020
1 parent d6e7997 commit 20f2197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_ecr_repository_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func resourceAwsEcrRepositoryPolicyCreate(d *schema.ResourceData, meta interface
PolicyText: aws.String(d.Get("policy").(string)),
}

log.Printf("[DEBUG] Creating ECR resository policy: %#v", input)
log.Printf("[DEBUG] Creating ECR repository policy: %#v", input)

// Retry due to IAM eventual consistency
var err error
Expand Down

0 comments on commit 20f2197

Please sign in to comment.