-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[regression in 1.42] aws_ecs_service min/max deployment percent error #6315
Comments
Hi @fabienrenaud 👋Thanks for reporting this and sorry for the trouble! The change that created this issue is #6150. Its unfortunate that the acceptance testing did not pick this up, but we will fix that for the future. If I had to venture a quick guess, I think the issue is that You can potentially work around this on version 1.42.0 with I'll mark this regression as a blocker for the next release, which will be 1.43.0 or 1.42.1. |
Bug fix pull request submitted with covering acceptance test: #6316 |
Sorry again for the issue here! The fix with a covering acceptance test has been merged and will release with version 1.43.0 of the AWS provider, likely middle of next week. 👍 |
Sorry if spamming but I got the same exactly issue, downgrade to aws provider 1.41.0 and it worked fine. |
This has been released in version 1.43.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
@bflad - I tried changing the deployment_minimum_healthy_percent = 1 but that seems to have caused other issues. I looked at the provider versioning but not sure how to modify it. Can you help? |
@aaronjhoffman how can I help? We generally recommend adding the provider "aws" {
# ... potentially other configuration ...
version = "1.43.0"
} If you would rather just remain on latest (e.g. you don't have If there are ways we can improve that documentation, please let us know. |
Thank you @bflad ! I found the configuration and noticed there is no version defined for the provider. I ran the |
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
Terraform Version
Latest
hashicorp/terraform:light
:Terraform v0.11.10
Affected Resource(s)
Actual vs expected Behavior
Triggered the following error with aws provider 1.42:
The same terraform configs were working with 1.41 and downgrading to 1.41 cleared the error.
Steps to Reproduce
deployment_minimum_healthy_percent = "0"
anddeployment_maximum_percent = "100"
.The text was updated successfully, but these errors were encountered: