github cloudposse/terraform-aws-ecs-container-definition 0.58.3
v0.58.3

latest releases: 0.61.1, v0, 0.61.0...
17 months ago

🚀 Enhancements

fix: eternal churn of environment variables @kevcube (#159)

what

  • Maybe the AWS container definition API changed but applying a container constructed from this module will post with environment = null which amazon translates to environment = []
  • So every subsequent apply will have changes in terraform like environment = [] ~> null

why

  • if we match what amazon translates to, then the terraform state stays consistent

Don't miss a new terraform-aws-ecs-container-definition release

NewReleases is sending notifications on new releases.