tf-ecs-fargate-tmpl icon indicating copy to clipboard operation
tf-ecs-fargate-tmpl copied to clipboard

Terraform template for AWS ECS/Fargate setup

Results 2 tf-ecs-fargate-tmpl issues
Sort by recently updated
recently updated
newest added

**Describe the bug** the ECS module wants a 'container_image' as variable input. The main.tf does not provide this variable but inserts a 'aws_ecr_repository_url' instead which is not accepted by the...

**Describe the bug** [This statement](https://github.com/finleap/tf-ecs-fargate-tmpl/blob/master/README.md?plain=1#L15) from both the blog and the repo's README contradict [the code](https://github.com/finleap/tf-ecs-fargate-tmpl/blob/master/vpc/main.tf#L24). My understanding would be that the README has the right assumption, but I'm new...