Skip to content

Releases: nsbno/terraform-aws-ecs-service

0.14.8

26 Sep 12:19
644dbf8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.7...0.14.8

0.14.7

08 Aug 10:54
9298c55
Compare
Choose a tag to compare

What's Changed

  • Bugfix containerPort after provider upgrade by @faergestad in #21
    Solves ClientException: Invalid 'containerPort' setting for container <container-name>

Full Changelog: 0.14.6...0.14.7

0.14.6

24 Jun 08:43
bb578b8
Compare
Choose a tag to compare

What's Changed

  • Make custom_metrics.metric_stat optional by @faergestad in #19
    • We want to be able to omit the metric_stat object, for examples like calculation metrics

New Contributors

Full Changelog: 0.14.5...0.14.6

0.14.5

21 Jun 07:20
ddf7365
Compare
Choose a tag to compare

What's Changed

  • 0.14.4 introduced a bug where you are required to specify at least two target_groups (var.lb_listeners), as the forward block requires it.
    However, this broke the module for users who only specified one lb_listeners
  • Add scale in and scale out cooldown variables for autoscaling

Full Changelog: 0.14.4...0.14.5

0.14.4

14 May 14:18
4602640
Compare
Choose a tag to compare

What's Changed

  • Adds support for activating stickiness in the loadbalancer.

Full changelog: 0.14.3...0.14.4

0.14.3

13 May 10:56
33fd088
Compare
Choose a tag to compare

What's Changed

  • Support for custom metric autoscaling
  • You can now adjust the timeouts of the ecs-service resource

Full changelog: 0.14.2...0.14.3

0.14.2

19 Jan 12:30
9759ba4
Compare
Choose a tag to compare

What's Changed

  • Add IAM policy necessary to use ECS execute command by @asmundh in #14

Full Changelog: 0.14.1...0.14.2

0.14.1

19 Jan 11:33
09e8f6e
Compare
Choose a tag to compare

What's Changed

  • Add enable execute command flag to ECS service without autoscaling by @asmundh in #13

Full Changelog: 0.14.0...0.14.1

0.14.0

08 Jan 08:58
bec45cf
Compare
Choose a tag to compare
Allow multiple host_headers for LB listeners (#12)

0.13.0

10 Nov 09:49
f5c39d8
Compare
Choose a tag to compare
Add support for deploying spot ecs services (#10)