terraform-aws-modules / terraform-aws-ecr

Terraform module to create AWS ECR resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/ecr/aws
Apache License 2.0
52 stars 109 forks source link

[fix] Rename ecrpublic registry policy resource #20

Closed johnbarney closed 11 months ago

johnbarney commented 11 months ago

Description

Fix a mistake in resource naming

Motivation and Context

Consistency and my OCD

Breaking Changes

It will cause a delete and create action for users with public repositories deployed. If they happen in the wrong order the policy may be deleted after it is applied. Users would need to apply a second time to ensure their infra is consistent with code.

How Has This Been Tested?

github-actions[bot] commented 10 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.