-
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
aws_budgets_budget.limit_amount not settling due to differences in decimal places #10692
Comments
This is still valid issue for |
Still valid in 2.61 |
it's great to have a workaround, but it can't be that complicated to fix can it? |
This one was a big headache. For TF 0.11 had to do 🤯 :
|
This functionality has been released in v3.52.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. |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Output
Expected Behavior
Applying the budget, then applying again should result in no changes
Actual Behavior
Budget will not settle
Steps to Reproduce
terraform apply
Important Factoids
N/A
References
Work around
In my real terraform file I am loading the budget from a variable; so changing
to
allows the resource to settle.
The text was updated successfully, but these errors were encountered: