Releases: mineiros-io/terraform-google-billing-budget
Releases · mineiros-io/terraform-google-billing-budget
v0.1.0
Changed
-
Change
threshold_rules
from required to optional -
BREAKING CHANGE: Change
amount
from optional to required and to original resource structure.old format
... amount = 1000 currency_code = "EUR" use_last_period_amount = false ...
new format
... amount = { specified_amount = { currency_code = "EUR" units = 1000 } } ...
or
amount = { last_period_amount = true }
-
Upgrade minimum supported provider version to v4.30 since it
threshold_values
isn't a required variable anymore. For details please see https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md#4300-july-25-2022
Removed
- BREAKING CHANGE: Remove variable
currency_code
- BREAKING CHANGE: Remove variable
use_last_period_amount
Fixed
- Fix
budget_filter
example inREADME.md
v0.0.3
0.0.3
Changed
- Upgrade the minimum supported provider version to
v4.6
since it includes a fix
for a critical bug that didn't allow updating labels after the initial creation.
For details please see https://github.com/hashicorp/terraform-provider-google/blob/master/CHANGELOG.md#460-january-10-2021
v0.0.2
Changelog
Added
- Implement support for the
last_period_amount
argument.
Changed
- Make the
amount
variable optional.
v0.0.1
Changelog
Added
- Implement support for the
google_billing_budget
resource