terraform-aws-ecr

Terraform Module to manage Docker Container Registries on AWS ECR

APACHE-2.0 License

Stars
187
Committers
40

Bot releases are visible (Hide)

terraform-aws-ecr - 0.2.3

Published by aknysh almost 7 years ago

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
terraform-aws-ecr - 0.2.2

Published by aknysh almost 7 years ago

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
terraform-aws-ecr - Rename Repo

Published by aknysh about 7 years ago

What

  • Rename repo

Why

terraform-aws-ecr - Add `repository_name` output variable

Published by aknysh about 7 years ago

Add repository_name output variable

terraform-aws-ecr - Module to create `AWS EC2 Container Registry`

Published by aknysh about 7 years ago

Module to create AWS EC2 Container Registry