terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Terraform module to create AWS ECS resources πΊπ¦
Missing pid_mod. ## Description Missing pid_mode in main.tf. ## Motivation and Context Was not able to set: pid_mode = "task" ## Breaking Changes No ## How Has This Been Tested?...
## Is your request related to a new offering from AWS? - Yes β : [5.55.1](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5511-may-24-2024) ## Is your request related to a problem? Please describe. I'd like to use Fargate...
## Description The container definition sub module is configured to set the user to null if not specified as it should. When using the container definition submodule in the service...
## Describe the solution you'd like. The child module "service" is outputting the `security_group_id` tied to the ECS service. However, the "root" module does not further chain this output, making...
## Description Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the `examples/*` directory for references that you can...
## Description ## Motivation and Context - Resolves #147 - Resolves #151 - Resolves #164 - Resolves #165 - Resolves #221 - Resolves #235 - Resolves #240 - Resolves #241...
## Description I am trying to understand what the [task_exec_iam_role_arn](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/modules/service/variables.tf#L393-L397) and [tasks_iam_role_arn](https://github.com/terraform-aws-modules/terraform-aws-ecs/blob/master/modules/service/variables.tf#L482C11-L486) variables are for. The description says `"Existing IAM role ARN"`, which I thought might mean I could pass...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : please list the...
## Description While trying to add a custom metric for one of my project, I was not able to find how to specify... well the metrics. It looks like this...
## Is your request related to a problem? Please describe. I need to migrate to Terraform a good amount of infrastructure created manually in the AWS Console. The existing ECS...