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
Adds ability for users to specify a custom ECSTaskExecutionRole (hype……rscience#3)
Adds ability for users to specify a custom ECSTaskExecutionRole to include additional IAM permissions (such as access to SSM secrets)
Changes type of var.extra_container_defs to 'any'
This way we can avoid the "all map elements must have the same type" error if we include multiple value types.