-
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 cannot rename budget name #4616
Comments
@heycasey Correct, |
PR submitted #4656 |
issue #4616 aws_budgets_budget cannot rename budget name
Thanks for this report @heycasey and for the fix @saravanan30erd -- #4656 has been merged and will release with v1.21.0 of the AWS provider, likely middle of next week. |
This has been released in version 1.21.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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
Affected Resource(s)
Terraform Configuration Files
Crash Behavior
Expected Behavior
The budget should be updated to reflect the new name.
Actual Behavior
Crash with the output displayed above.
Steps to Reproduce
terraform apply
to create the budget.name
argument to anything else. In this case, I renamed it tomonthly_5k_2
terraform apply
Important Factoids
Given the nature of the
CreateBudget
andUpdateBudget
API behavior, perhaps a budget rename requires the existing resource to be deleted and a new one created?The text was updated successfully, but these errors were encountered: