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

assign efs volumes configuration to efs_volume variable in ecs_alb_se…

Open oajara opened this issue 2 years ago • 5 comments

what

Creates a separated variable for EFS volumes.

why

oajara avatar Aug 08 '22 17:08 oajara

@oajara I think this makes sense, in that it matches the approach taken in terraform-aws-ecs-alb-service-task

I would set this PR to ready for review.

joe-niland avatar Aug 08 '22 23:08 joe-niland

/test all

jamengual avatar Aug 30 '22 00:08 jamengual

Looking forward for this to get in.

mihaiplesa avatar Sep 02 '22 13:09 mihaiplesa

/test all

jamengual avatar Sep 08 '22 16:09 jamengual

This is a breaking change. You are modifying an existing variable and dissecting it into two which is not backward compatible.

I can see what was done in the terraform-aws-ecs-alb-service-task so I guess it is ok to replicate this over to here.

jamengual avatar Sep 08 '22 16:09 jamengual

I just pushed https://github.com/cloudposse/terraform-aws-ecs-web-app/pull/213 which maintains backwards compatibility and adds support for FSX volumes.

jbcom avatar Nov 16 '22 17:11 jbcom