terraform-aws-ecs-service icon indicating copy to clipboard operation
terraform-aws-ecs-service copied to clipboard

Provides an ECS service with numerous options that can be controlled by caller

Results 25 terraform-aws-ecs-service issues
Sort by recently updated
recently updated
newest added

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...

bug
service:shibboleth-idp

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....

enhancement
question
service:terraform-modules

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...

question

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...

bug

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

bug

@evanjtravis , please update your Behave test code to discontinue use of the `public` ALB, and instead refer to `public2`.