-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ECS capacity providers #11150
Comments
Initial support for ECS Capacity Providers has been merged and will release with version 2.42.0 of the Terraform AWS Provider, shortly. This was a great effort by a few folks including @ryndaniels, @aeschright, @gdavison so kudos to those involved in making this happen. 🚀 |
This has been released in version 2.42.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
Based on the schema description in hashicorp#11150, weight is optional (as of provider.aws v2.48.0.)
Based on the schema description in #11150, weight is optional (as of provider.aws v2.48.0.)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Based on this announcement, we want to add support for ECS capacity providers.
New or Affected Resource(s)
PutClusterCapacityProviders
in update method, plusdefault_capacity_provider_strategy
andcapacity_providers
arguments in schema)capacity_provider_strategy
to schema)Potential Terraform Configuration
New Resource: aws_ecs_capacity_provider
Create: CreateCapacityProvider
Read: DescribeCapacityProvider
Update: UpdateCapacityProvider
Delete: DeleteCapacityProvider
Updated Resource: aws_ecs_cluster
(Only showing new arguments/API calls)
Update: PutClusterCapacityProviders
Updated Resource: aws_ecs_service
(Only showing new arguments, no new API calls)
References
The text was updated successfully, but these errors were encountered: