Skip to content

Releases: TechHoldingLLC/terraform-aws-ecs-task-definition

v1.0.9

03 Jul 09:45
82ee7ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

22 Jan 11:10
f135982
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

24 Dec 12:24
6844f60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

24 Sep 09:11
f1fef1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Detects changes in parameter store values by identifying the version of them

02 Aug 06:51
0a5eebb
Compare
Choose a tag to compare

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

18 Jul 12:54
aa1e92f
Compare
Choose a tag to compare

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

10 May 07:07
253b5bc
Compare
Choose a tag to compare
v1.0.3

Added output for log group name (#4)

set default values for vars

05 Mar 11:23
Compare
Choose a tag to compare

set default values for comapatibilty

04 Mar 15:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Terraform module for ECS task definition

18 Dec 10:59
4f0be6a
Compare
Choose a tag to compare
Merge pull request #2 from TechHoldingLLC/output_add

outputs addition