Skip to content

Releases: g31s/terraform-aws-ecs-fargate

Terraform AWS ECS Fargate v2.0.3

02 Dec 05:21
Compare
Choose a tag to compare

Terraform AWS ECS Fargate v2.0.2

02 Dec 04:39
Compare
Choose a tag to compare

Terraform AWS ECS Fargate v2.0.1

14 Dec 03:15
Compare
Choose a tag to compare

SSM role permissions fixed, template updated and role for additional policies

Full Changelog: 2.0.0...2.0.1

Terraform AWS ECS Fargate v2.0.0

23 Sep 07:15
Compare
Choose a tag to compare

Changes:
Tfsec check passed
KMS keys for ECR and Cloudwatch encryption
Container Insights added
Envoy proxy updated
LB TLS version updated

Full Changelog: 1.3.1...2.0.0

Terraform AWS ECS Fargate v1.3.1

20 May 06:40
Compare
Choose a tag to compare

Envoy proxy version updated

Full Changelog: 1.3.0...1.3.1

Terraform AWS ECS Fargate v1.3.0

08 Feb 05:00
Compare
Choose a tag to compare
  • AWS parameter store added
  • Specific policies defined for secrets and parameters

Full Changelog: 1.2.7...1.3.0

Terraform AWS ECS Fargate v1.2.7

04 Feb 09:29
Compare
Choose a tag to compare
  • policy_arn_attachments: option to attach policies to ecs role.

Terraform AWS ECS Fargate v1.2.6

05 May 03:24
Compare
Choose a tag to compare

Updated Envoy proxy version

Terraform AWS ECS Fargate v1.2.5

19 Feb 06:12
Compare
Choose a tag to compare
  • Remove Task and LB health check
    • Reason: Some app might not use any port, so task health check fails.
  • Remove create secrets feature
    • Reason: If 2 services use same secrets then duplicate error comes

Terraform AWS ECS Fargate v1.2.4

08 Feb 08:38
Compare
Choose a tag to compare
  • Secret template render fix