Releases: TechHoldingLLC/terraform-aws-ecs-task-definition
Releases · TechHoldingLLC/terraform-aws-ecs-task-definition
v1.0.9
What's Changed
- feat: enhance container definition with logging configuration by @harshvardhan49 in #13
New Contributors
- @harshvardhan49 made their first contribution in #13
Full Changelog: v1.0.8...v1.0.9
v1.0.8
v1.0.7
What's Changed
- Feat/volume task def by @satyamdudhat2012 in #10
New Contributors
- @satyamdudhat2012 made their first contribution in #10
Full Changelog: v1.0.6...v1.0.7
What's Changed
- Feat/volume task def by @satyamdudhat2012 in #10
- fix: added fix for ephemeral storage size by @kaustubhposhiya in #11
New Contributors
- @satyamdudhat2012 made their first contribution in #10
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- feat: Add port name in portmapping by @kaustubhposhiya in #8
- feat: Multi Container Task Definition by @kaustubhposhiya in #9
Full Changelog: v1.0.5...v1.0.6
Detects changes in parameter store values by identifying the version of them
Whenever any parameter store value is updated, the map of parameter store name => parameter store version
changes in the null_resource
(it displays in the terminal.) The aws_ecs_task_definition
will be re-created if null_resource
is re-created.
Pass the parameter path prefix once only
Pass the parameter path prefix once only as a variable instead of mentioning it in every value of the secret_environment_variables map
Output value for log group name
v1.0.3 Added output for log group name (#4)
set default values for vars
Full Changelog: v1.0.1...v1.0.2
set default values for comapatibilty
Terraform module for ECS task definition
Merge pull request #2 from TechHoldingLLC/output_add outputs addition