Releases: cloudposse/terraform-aws-ecr
Releases · cloudposse/terraform-aws-ecr
0.2.7: (Migrate to README.yaml format)
what
- Add
README.yaml
why
- Standardize README
Expose Policies to bind access by the module caller
Merge pull request #11 from cloudposse/feature-expose-policies Feature expose policies
0.2.5
0.2.4
0.2.3
what
- Change
role_name
output to use splat syntax
why
- To prevent this warning
Warning: output "role_name": must use splat syntax to access aws_iam_role.default attribute "name",
because it has "count" set;
use aws_iam_role.default.*.name to obtain a list of the attributes across all instances
0.2.2
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Add `repository_name` output variable
Add repository_name
output variable
Module to create `AWS EC2 Container Registry`
Module to create AWS EC2 Container Registry