terraform-aws-ecs-alb-service-task
terraform-aws-ecs-alb-service-task copied to clipboard
Terraform module which implements an ECS service which exposes a web service via ALB.
## Describe the Bug Dear Team, When I define a custom task execution role. Terraform returns the error below ## Logs Releasing state lock. This may take a few moments......
## Describe the Bug I am trying to provision an ECS service + ECS task using an ALB. To configure the options for load balancer, I am using this configuration:...
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug The resource `aws_iam_role_policy_attachment` uses `count` logic instead of a `for_each` which causes deletions and creations...
## what * Add possible disable created service ## why Sometimes there is a need to add ignore_changes to sites. The current approach is to copy the entire block. I...
## what * Update context to latest version * Update security group module to release 4.0 ## why * to provide new SG 4.x functionality and updates * ## references...
## what * Added `create_before_destroy` to the task definition ## why * Currently, when applying the state fails you will be left out with a task definition
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug When using secrets list in a container definition the container gets an permissions error trying...
## what Adds a new input variable `ignore_changes_load_balancer`. ## why When using this module within an AWS CodeDeploy Blue/Green deployment context, we need a way to ignore changes related to...
### Describe the Feature AWS released new timeout configuration that allows for configuring the timeouts of the service connect sidecar. They also released TLS configuration to enable encrypted traffic when...
Error: failed creating ECS Task Definition: ClientException: When the volume parameter is specified, only one volume configuration type should be used. Terraform plan generates a change to the task definition...