Replace deprecated azurerm_autoscale_setting

* Fix Terraform provider azure warning about `azurerm_autoscale_setting`
* Require terraform-provider-azure v1.22+ version that introduces
the new `azurerm_monitor_autoscale_setting` resource
* https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/CHANGELOG.md#1220-february-11-2019
This commit is contained in:
Dalton Hubble
2019-05-26 23:14:50 -07:00
parent 5d2684a04d
commit 0a835ee403
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,11 @@ Notable changes between versions.
* Fix trailing slash in terraform-render-bootkube version ([#479](https://github.com/poseidon/typhoon/pull/479))
#### Azure
* Replace `azurerm_autoscale_setting` with `azurerm_monitor_autoscale_setting` ([#482](https://github.com/poseidon/typhoon/pull/482))
* Require `terraform-provider-azurerm` v1.22+ (action required)
#### Addons
* Update Prometheus from v2.9.2 to v2.10.0