Skip to content

Releases: cloudposse/terraform-aws-ecr

0.2.7: (Migrate to README.yaml format)

05 Jul 12:48
4938b5f
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

Expose Policies to bind access by the module caller

02 Jul 17:31
247bf00
Compare
Choose a tag to compare
Merge pull request #11 from cloudposse/feature-expose-policies

Feature expose policies

0.2.5

13 Feb 03:50
a186042
Compare
Choose a tag to compare

what

  • Changed resources of aws_iam_policy_document to wildcard

why

  • To prevent data races (#8) due to circular dependencies

0.2.4

31 Jan 02:35
Compare
Choose a tag to compare

Add lifecycle policy

what

  • Define aws_ecr_lifecycle_policy

why

  • To expunge old images

0.2.3

15 Jan 15:37
168c499
Compare
Choose a tag to compare

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

08 Jan 03:46
bdf0bdf
Compare
Choose a tag to compare

what

  • Added Travis CI
  • Bumped terraform-null-label version to 0.3.1
  • Fixed README

why

  • To monitor repo builds and status
  • Latest version with bug fixes

Rename Repo

22 Sep 04:07
Compare
Choose a tag to compare

What

  • Rename repo

Why

Add `repository_name` output variable

01 Sep 17:09
Compare
Choose a tag to compare

Add repository_name output variable

Module to create `AWS EC2 Container Registry`

31 Aug 14:17
Compare
Choose a tag to compare

Module to create AWS EC2 Container Registry