terraform-aws-ecs-web-app icon indicating copy to clipboard operation
terraform-aws-ecs-web-app copied to clipboard

Fix EFS volume configuration getting discarded

Open vanilla-lake opened this issue 2 years ago • 1 comments
trafficstars

what

  • Docker and EFS volume configuration objects are now getting passed to either the ecs-alb-service-task module's docker_volumes or efs_volumes variables based on whether they have non-empty docker_volume_configuration or efs_volume_configuration lists.

why

  • These changes fix the EFS configuration object getting discarded due to the volumes variable only getting passed to the ecs-alb-service-task module's docker_volumes variable.

references

  • closes #220
  • closes #231

vanilla-lake avatar Jul 13 '23 14:07 vanilla-lake

/terratest

hans-d avatar Mar 02 '24 23:03 hans-d

replaced by #284

kevcube avatar Aug 19 '24 09:08 kevcube