terraform-aws-ecs-fargate-task-definition
terraform-aws-ecs-fargate-task-definition copied to clipboard
Conflicts with module "ecs-fargate"
Not sure if I'm misunderstanding this module, but I'm trying to use this module with the ecs-fargate module. However, when planning, this module seems to conflict a lot with the previous infrastructure causing much of it to be needed to be destroyed on apply. Any way to resolve this?
Hi, how are you? The ecs-fargate module already includes the task definition module. So just using that module will include everything.
Sorry for lack of clarity! I'm using the ecs-fargate module (which works well), but would like to add another task definition. Is that something I can do with this module? Thanks!
Maybe this other question can help you https://github.com/cn-terraform/terraform-aws-ecs-fargate/issues/85