terraform-aws-ecs-service
terraform-aws-ecs-service copied to clipboard
Provides an ECS service with numerous options that can be controlled by caller
If my terragrunt.hcl task_definition block doesn't contain a task_role_arn parameter and the values for the cpu and memory parameters aren't inside double quotes, I receive the below error. Quoting the...
Volumes are defined with equal signs in your code which is not permitted by Terraform. Volumes for ECS have to be defined as blocks just using the {}. See documentation...
It seems that this module should call `terraform-aws-listener-certificate` as a submodule in order to create or destroy the listener certificate in lockstep with the ECS service being created or destroyed....
When I set assign_public_ip to false, my contask tries to start, but fails. In the console under the task instance (stopped tasks tab), I see: STOPPED(ResourceInitializationError: unable to pull secrets...
Hi 👋 I couldn't find a better place for this to be asked but I was interested in how you are testing using behave. Is this available somewhere? I can...
Host and bridge mode examples are broken in `as-aws-test` at the following paths: ``` as-aws-test/us-east-2/examples/services/ecs/public-lb/bridge as-aws-test/us-east-2/examples/services/ecs/public-lb/host ``` Both configurations start up, but go into an infinite loop of failure due...
Several configuration flavors of ecs-service require the use of EC2 instances, the creation of which is not currently supported by the test engine. This causes the tests to fail. The...
task.tf has aws_ecs_task_definition resource and it is missing cpu and memory
@evanjtravis , please update your Behave test code to discontinue use of the `public` ALB, and instead refer to `public2`.