terraform-aws-codedeploy-for-ecs icon indicating copy to clipboard operation
terraform-aws-codedeploy-for-ecs copied to clipboard

Terraform module which creates CodeDeploy for ECS resources on AWS.

Results 5 terraform-aws-codedeploy-for-ecs issues
Sort by recently updated
recently updated
newest added

Ran the terraform 0.12upgrade command to upgrade the syntax to terraform 12 compatibility.

After the initial deploy are you redeploying the terraform or doing a code deploy command?

At line https://github.com/tmknom/terraform-aws-codedeploy-for-ecs/blob/master/main.tf#L98 The line should be listener_arns = var.test_traffic_route_listener_arns since it is a list and not string

Can anyone able to help me out for below error ? ``` Error: Incorrect attribute value type on .terraform/modules/codedeploy/main.tf line 26, in resource "aws_codedeploy_deployment_group" "default": 26: events = ["${var.auto_rollback_events}"] Inappropriate...

`auto_rollback_events`, `lb_listener_arns`, and `test_traffic_route_listener_arns` are already declared as lists in the variables.tf. By passing those arguments inside of a list terraform is throwing errors since it expect to read a...