Skip to content

Commit

Permalink
make services updatable
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Jul 28, 2022
1 parent 3cff2a2 commit bcb5599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmv1/products/billingbudget/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ overrides: !ruby/object:Overrides::ResourceOverrides
- "budgetFilter.projects"
- "budgetFilter.labels"
- "budgetFilter.calendarPeriod"
- "budgetFilter.customPeriod"
- "budgetFilter.customPeriod"
- "budgetFilter.services"
budgetFilter.services: !ruby/object:Overrides::Terraform::PropertyOverride
default_from_api: true
budgetFilter.subaccounts: !ruby/object:Overrides::Terraform::PropertyOverride
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ resource "google_billing_budget" "budget" {
labels = {
label1 = "bar2"
}
services = ["services/24E6-581D-38E5"] # Bigquery
}
amount {
Expand Down

0 comments on commit bcb5599

Please sign in to comment.