Skip to content

v0.58.3

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 19 Apr 15:32
f737d47

🚀 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