Skip to content

Latest commit

 

History

History
107 lines (63 loc) · 3.86 KB

File metadata and controls

107 lines (63 loc) · 3.86 KB

Change Log

All notable changes to this project will be documented in this file.

2.1.2 - 2021-07-16

  • 'task_container_working_directory' encoded with jsonencode function (#16)

2.1.1 - 2021-04-21

  • Readme update (#14)
  • Add aws_partition to support china region (#13)
  • Update README.md

2.1.0 - 2020-12-10

  • Update docs
  • Add in secrets just like the fargate module (#12)

2.0.2 - 2020-11-09

  • Update module to remove 0.14 limit (#9)

2.0.1 - 2020-08-05

  • Feature/v3 provider support (#8)

2.0.0 - 2020-08-03

  • Add full support for efs volume config (#7)

1.3.1 - 2020-06-23

  • Update variables.tf

1.3.0 - 2020-05-11

  • Add support for container timeouts and volumes (#6)
  • update changelog

1.2.0 - 2020-05-04

  • Resolve issues related to task credentialsParameter (#5)
  • Feature/updates (#3)

1.1.0 - 2020-04-03

  • Add more task container variables (#2)

1.0.2 - 2020-03-19

  • add optional task healthcheck (#1)

1.0.1 - 2020-03-10

  • Add conditional container port variable

1.0.0 - 2020-03-09

  • Add example,fix vars and add conditional creation for module
  • Add initial module configuration
  • Initial commit