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

Terraform module which implements an ECS service which exposes a web service via ALB.

Results 38 terraform-aws-ecs-alb-service-task issues
Sort by recently updated
recently updated
newest added

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

bug

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

bug

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](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...

bug

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

do not merge
stale

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

patch
do not merge

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug When using secrets list in a container definition the container gets an permissions error trying...

bug

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

patch
triage

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

bug