Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to the modular-magician user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned to hashibot, a community member has claimed the issue already.
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
0.13.5
Affected Resource(s)
terraform-google-modules/project-factory/google//modules/budget
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
There should be no changes to the billing resources.
Actual Behavior
Plan wants to add
all_upates_rule
and removecurrency_code
. Neither of which are set in the module or are available parameters.TF run errors with:
Error: Error updating Budget "billingAccounts/<some-numbers>/budgets/<some-numbers>": googleapi: Error 400: Request contains an invalid argument.
Steps to Reproduce
terraform plan
google_billing_budget
terraform apply
Important Factoids
References
0000