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

AWS ECS Fargate Service Terraform Module

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

## Config Migration Needed - [ ] Select this checkbox to let Renovate create an automated Config Migration PR. This issue lists Renovate updates and detected dependencies. Read the [Dependency...

wontfix

I use this module (and not `ecs-fargate`, as I could not understand the difference between the two), but I am able to successfully provision a cluster with tasks. However, I'm...

question

Can you please add an option for enabling deployment_circuit_breaker? This isn't enabled by default. ``` resource "aws_ecs_service" "mongo" { name = "my_ecs" deployment_circuit_breaker { enable = true rollback = ture...

enhancement

When I try to set enable_autoscaling to false, I get an error: │ Error: Unsupported argument │ │ on app.tf line 378, in module "ecs_fargate_service": │ 378: enable_autoscaling = false...

bug

Hi, I am wondering how var.custom_lb_arn is used? It seems the follow code snippet is the only place the variable is used, but I would like to use a custom...

question

**Provider and Module Versions** AWS Provider Version: ~> 5.0 Module Version: 2.0.43 **Description** I am experiencing an issue with the terraform-aws-ecs-fargate-service module, specifically with the handling of alarm_actions in CloudWatch...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cn-terraform/ecs-service-autoscaling/aws](https://registry.terraform.io/modules/cn-terraform/ecs-service-autoscaling/aws) ([source](https://redirect.github.com/cn-terraform/terraform-aws-ecs-service-autoscaling)) | module | patch | `1.0.9` -> `1.0.10` | --- ###...

enhancement