-
-
Notifications
You must be signed in to change notification settings - Fork 555
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
Update deprecated resource #54
Comments
I can see this change was made here - hashicorp/terraform-provider-aws#22783 Pull-request is welcome if anyone wants to do it. |
@antonbabenko I have a PR ready to go when you have time to review. |
Is anyone working on reviewing this PR? I have some ECS clusters which inherit this module and I am experiencing this issue as well. Thanks in advance! |
Bumping this since this is still open. |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a new offering from AWS?
No.
Is your request related to a problem? Please describe.
After upgrading the AWS Terraform provider to v4.0.0 a warning shows up with the following message:
│ Warning: Argument is deprecated │ with module.ecs_cluster.aws_ecs_cluster.this, │ on .terraform/modules/ecs_cluster/main.tf line 1, in resource "aws_ecs_cluster" "this": │ 1: resource "aws_ecs_cluster" "this" { │ Use the aws_ecs_cluster_capacity_providers resource instead │ (and one more similar warning elsewhere)
Describe the solution you'd like.
Update the module to use the aws_ecs_cluster_capacity_providers resource
Additional context
Deprecated resources are listed at the ECS Cluster Terraform documentation web
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster
The text was updated successfully, but these errors were encountered: