terraform-aws-ecs
terraform-aws-ecs copied to clipboard
Terraform module to create AWS ECS resources πΊπ¦
## Description On clean (new) install (`terraform apply`) of `examples/complete`, it fails with this error: ``` β Error: creating ECS Service (ecsdemo-frontend): operation error ECS: CreateService, https response error StatusCode:...
## Description ## Motivation and Context - Resolves #359 ## Breaking Changes ## How Has This Been Tested? - [ ] I have updated at least one of the `examples/*`...
## Description The `ordered_placement_strategy` variable in the ECS service module is defined as a `map(object({...}))` type, which is problematic because maps are not ordered collections in Terraform. According to AWS...
## Is your request related to a new offering from AWS? - Yes β : Added in [6.23.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.23.0) of AWS Provider ## Is your request related to a problem? Please describe....
## Description `subnet_ids` is declared as optional, but is required per the implementation, leading to an error. - [x] β I have searched the open/closed issues and my issue is...
## Is your request related to a new offering from AWS? - Yes β : added in `v6.15.0` of AWS provider ## Is your request related to a problem? Please describe....