You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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