google_billing_budget
's budget_filter
does not apply credit_types_treatment
changes
#12886
Labels
google_billing_budget
's budget_filter
does not apply credit_types_treatment
changes
#12886
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
1.3.3
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
terraform apply
should updategoogle_billing_budget
>budget_filter
>credit_types_treatment
to"INCLUDE_ALL_CREDITS"
as shown in the plan:Actual Behavior
terraform apply
does not change the budget, despiteterraform plan
showing that it plans to change the credit type. See gist for apply state output: https://gist.github.com/cberenik-va/bc04fa00613649a7fdd7193022e9bd7dSteps to Reproduce
credit_types_treatment = "EXCLUDE_ALL_CREDITS"
(or vice versa, either way doesn't work)credit_types_treatment = "INCLUDE_ALL_CREDITS"
terraform plan
- see thatcredit_types_treatment
is planned for updateterraform apply
-credit_types_treatment
has not changedImportant Factoids
amount
>specified_amount
>units
and it was applied successfullyThe text was updated successfully, but these errors were encountered: