terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Terraform module to create AWS ECS resources πΊπ¦
## 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. - No π: please wait to...
## Description This is kinda a reopening of #122. I also hit the same issues and will try to explain as best as I can. First thing first, the module...
## Description When I try to create a new container definition, the port_mapping are always empty. - [X ] β I have searched the open/closed issues and my issue is...
## 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 β : ## Is your...
This pull request will add support for a timeout block in the service block of service_connect_configuration. Default idle_timeout_seconds = 300, per_request_timeout_seconds = 15 as defined by AWS. These values are...
## Is your request related to a new offering from AWS? It's not a new offering - `path` has been available for the `aws_iam_policy` since [2015](https://github.com/hashicorp/terraform-provider-aws/blob/06192bfa0d3164ee1bac5f54626e28d3b32ed48e/resource_aws_iam_policy.go#L25). ## Is your request...
Hi guys! When I create my service with : ```` create_cloudwatch_log_group = false enable_cloudwatch_logging = false cloudwatch_log_group_name = aws_cloudwatch_log_group.this.name ``` I have seen that it still create new log group...
## 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 After successfully deploying an ECS cluster, I wanted to prevent TF creating the log groups so they weren't deleted after each image upgrade. Noting the description of the...
## Description This PR aims to add a feature that allows EBS volumes to be attached to the containers in the tasks. ### References - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specify-ebs-config.html - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_task_definition#configure_at_launch - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service#volume_configuration...