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
Support a new parameter named container_definition which is an object. This would allow absolutely any parameter to be passed to the module, or to override the behavior of the module on any property
Expected Behavior
Merge this container_definition map with the settings computed by this module.
Use Case
Basically, this is an escape hatch to allow users to do anything they want, but still be able to use documented named input variables for common use-cases.
Describe the Feature
Support a new parameter named
container_definition
which is an object. This would allow absolutely any parameter to be passed to the module, or to override the behavior of the module on any propertyExpected Behavior
Merge this
container_definition
map with the settings computed by this module.Use Case
Basically, this is an escape hatch to allow users to do anything they want, but still be able to use documented named input variables for common use-cases.
Describe Ideal Solution
https://github.com/cloudposse/terraform-aws-ecs-container-definition/blob/master/main.tf#L67
The text was updated successfully, but these errors were encountered: