🚀 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 toenvironment = []
- 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