-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[Bug]: aws_budgets_budget_action does not recognize standby as successful creation state #31236
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
having the same issue when trying to terraform a budget action, provider version = 5.1.0. Weird thing is that this issue is marked as fixed in #20125 |
I'm also seeing this. A PR that resolves the issue was already created: #21664 Could that PR be merged in please? To clarify, the problem is not to do with the timeout, it's to do with the state that terraform times out waiting for. The PR that was merged to fix this addressed the timeout directly which did not solve the underlying problem of having incorrect target states for waitActionAvailable. In its current form this is unusable as any attempt to create a budget action through terraform will fail. |
This functionality has been released in v5.13.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. Thank you! |
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. |
Terraform Core Version
1.4.6
AWS Provider Version
4.66.1
Affected Resource(s)
Expected Behavior
terraform apply
should recognize STANDBY as completed state for resource creation.The AWS help for budget actions describes the valid states as:
Which means the initial state of the action will be STANDBY, it will only be PENDING after the action has been triggered
Actual Behavior
terraform apply
waits until the timeout expecting a success/failure or pending state:Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform apply
Debug Output
Panic Output
No response
Important Factoids
See referenced Issue and PR
References
#20125
#21664
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: