Skip to content
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

feat: Add aws_ecs_cluster_capacity_providers resource #55

Merged
merged 2 commits into from
Mar 18, 2022
Merged

feat: Add aws_ecs_cluster_capacity_providers resource #55

merged 2 commits into from
Mar 18, 2022

Conversation

stewartcampbell
Copy link
Contributor

Description

Add an aws_ecs_cluster_capacity_providers resource.

Motivation and Context

AWS provider v4 has deprecated declaring the capacity provider in the aws_ecs_cluster resource.
Fixes #54.

Breaking Changes

This resource was introduced in v3.74.0 so will break anything using an earlier version.
See hashicorp/terraform-provider-aws#22672.

How Has This Been Tested?

Tested using an existing deployment.

@stewartcampbell stewartcampbell changed the title add aws_ecs_cluster_capacity_providers resource fix: add aws_ecs_cluster_capacity_providers resource Feb 22, 2022
@stewartcampbell stewartcampbell changed the title fix: add aws_ecs_cluster_capacity_providers resource feat: Add aws_ecs_cluster_capacity_providers resource Feb 22, 2022
@antonbabenko antonbabenko merged commit bff70b3 into terraform-aws-modules:master Mar 18, 2022
antonbabenko pushed a commit that referenced this pull request Mar 18, 2022
## [3.5.0](v3.4.1...v3.5.0) (2022-03-18)

### Features

* Add aws_ecs_cluster_capacity_providers resource ([#55](#55)) ([bff70b3](bff70b3))
@antonbabenko
Copy link
Member

This PR is included in version 3.5.0 🎉

@stewartcampbell
Copy link
Contributor Author

Yay! Thanks. I'll try to remember the provider version stuff next time.

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update deprecated resource
2 participants