terraform-aws-ecs-web-app
terraform-aws-ecs-web-app copied to clipboard
Fix EFS volume configuration getting discarded
trafficstars
what
- Docker and EFS volume configuration objects are now getting passed to either the
ecs-alb-service-taskmodule'sdocker_volumesorefs_volumesvariables based on whether they have non-emptydocker_volume_configurationorefs_volume_configurationlists.
why
- These changes fix the EFS configuration object getting discarded due to the
volumesvariable only getting passed to theecs-alb-service-taskmodule'sdocker_volumesvariable.
references
- closes #220
- closes #231
/terratest
replaced by #284