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

feat: Add support for aws_ecr_repository_creation_template #45

Closed jakubmatyszewski closed 1 week ago

jakubmatyszewski commented 1 month ago

Description

Add support for aws_ecr_repository_creation_template

Motivation and Context

aws_ecr_repository_creation_template was added in terraform aws provider 5.61.

Breaking Changes

How Has This Been Tested?

amontalban commented 1 week ago

Hey @bryantbiggs, just checking in to see if you are working on this feature because we are about to set multiple ECR repositories and will benefit from this. Thanks in advance!

bryantbiggs commented 1 week ago

working on it this morning as we speak - should know more about rough ETA later today

bryantbiggs commented 1 week ago

need to revisit tomorrow with fresh eyes but you can take a look here - happy for any early feedback https://github.com/terraform-aws-modules/terraform-aws-ecr/pull/46

jakubmatyszewski commented 1 week ago

closing this PR, thanks @bryantbiggs for taking over