cn-terraform / terraform-aws-ecs-fargate

AWS ECS Fargate Terraform Module
https://registry.terraform.io/modules/cn-terraform/ecs-fargate
Apache License 2.0
87 stars 56 forks source link

String -> any #72

Closed JaredDarling closed 1 year ago

JaredDarling commented 1 year ago

Tested with the changes in https://github.com/cn-terraform/terraform-aws-ecs-fargate-service/pull/67

When applied, I was able to successfully create a GodeDeploy deployment_group and associate it with the Fargate task, which requires:

  deployment_controller = [
    {
      type = "CODE_DEPLOY"
    }
  ]