Skip to content

Tags: nsbno/terraform-aws-ecs-service

Tags

1.0.0-rc3

Toggle 1.0.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add env variables for improving datadog startup (#29)

1.0.0-rc2

Toggle 1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Rename `application_name` to `service_name` for consistency across m…

…odules

1.0.0-rc1

Toggle 1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add autoinstrumentation for Datadog (#25)

Support autoinstrumentation for the Datadog instance of Vy Utvikling

---------
Co-authored-by: Nicolas Harlem Eide <nicolas@harlemeide.net>

0.14.8

Toggle 0.14.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEAT: Add placement constraints (#22)

* FEAT: Adds placement constraint as an optional parameter.

* CHORE: terraform fmt repo

* Add lifecycle precondition for service

0.14.7

Toggle 0.14.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make task definition port mappings an empty array if the container po…

…rt is null (#21)

0.14.6

Toggle 0.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make custom_metrics.metric_stat optional (#19)

we want to be able to omit the metric_stat object, for examples like calculation metrics

0.14.5

Toggle 0.14.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add scale in and scale out cooldown variables and fix forward actions (

…#20)

* Add scale in and scale out cooldown variables for auto scaling

* Target group is dynamic to support forward and weighted forward action

* Fix at least 2 target group blocks are required for `forward` block

0.14.4

Toggle 0.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement loadbalancer stickiness (#18)

* Add support for activating stickiness in the loadbalancer

0.14.3

Toggle 0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from nsbno/service-timeouts

Add variable for timeouts for the ecs service

0.14.2

Toggle 0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add necessary IAM policy for ECS execute command to task role (#14)