Releases: cloudposse/terraform-aws-ecr
Releases · cloudposse/terraform-aws-ecr
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