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

Terraform module to create AWS ECS resources πŸ‡ΊπŸ‡¦

Results 46 terraform-aws-ecs issues
Sort by recently updated
recently updated
newest added

## 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/*`...

wip

## 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....

enhancement
wip