Skip to content

Tags: umotif-public/terraform-aws-ecs-fargate

Tags

8.1.0

Toggle 8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added dynamic block for cloudwatch alarms (#75)

* Added dynamic block for cloudwatch alarms

Signed-off-by: Mohammed Alkatheeri <mohammed.alkatheeri@umotif.com>

* chore: update pre-commit, readme and changelog

* Supress tflint messages

Signed-off-by: Mohammed Alkatheeri <mohammed.alkatheeri@umotif.com>

---------

Signed-off-by: Mohammed Alkatheeri <mohammed.alkatheeri@umotif.com>

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to 5.x + Fixes (#74)

* chore: upgrade to 5.x compatibility

* fix: setting container_name is now mandatory to utilise multiple container names set externally to module

* fix: protocol set to HTTP by default

* chore: changelog + add versions files for examples

* chore: set examples to 5 to demonstrate compatability

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactored container definitions out of module (#69)

* Refactored container definitions out of module

* Turn cloudwatch logging optional

Reason: if the creation of cloudwatch logs happens outside of this module, then that can be passed into the container definitions variable

* chore: Update documentation

* Turn cloudwatch logging optional

* Turn cloudwatch logging optional - fix

Despite turning cloudwatch group resource as optional, the module will still expect a log group arn

* Lint fixes

* Remove square brackets as input is a list

* Revert container name to original

* Comment about 'target_type' for Fargate

* Update target group health check parameters

* Documentation update

6.7.1

Toggle 6.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make egress rule configurable (#71)

* Make egress rule configurable

* Added documentation in readme file

---------

Co-authored-by: Pablo Rojas <pablo.rojas@neuland-bfi.de>

6.7.0

Toggle 6.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ecs-managed-tags parameter (#66)

6.6.0

Toggle 6.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

6.5.2

Toggle 6.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add entrypoint to task definition parameters (#61)

* Add entrypoint to task definition parameters

* chore: Update documentation

6.5.1

Toggle 6.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo (#57)

6.5.0

Toggle 6.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for EnvironmentFiles in container definition (#60)

* Add support for environment files

* formatting

* add iam permissions

* typo

* add GetBucketLocation permissions to iam policy

* Update Changelog

Co-authored-by: Abdul Wahid <abdul.wahid@umotif.com>

6.4.2

Toggle 6.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor examples to work with provider 4.0.0+ (#53)