Skip to content

Commit

Permalink
Made deletion of all budget filter projects be recognized (#4731) (#692)
Browse files Browse the repository at this point in the history
* Enabled imports for billing budget

* Made updates of filter projects get recognized during updates

* Added state migration function

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 23, 2021
1 parent c3701e7 commit b6b6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/billing_budget.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package google
import "reflect"

func GetBillingBudgetCaiObject(d TerraformResourceData, config *Config) ([]Asset, error) {
name, err := assetName(d, config, "//billing.googleapis.com/{{name}}")
name, err := assetName(d, config, "//billing.googleapis.com/billingAccounts/{{billing_account}}/budgets/{{name}}")
if err != nil {
return []Asset{}, err
}
Expand Down

0 comments on commit b6b6e2f

Please sign in to comment.