Remove deprecated field on azurerm_lb_backend_address_pool

* Remove the deprecated `resource_group_name` field from Azure
`azurerm_lb_backend_address_pool` resources
This commit is contained in:
Dalton Hubble
2021-04-11 23:56:49 -07:00
parent a9078cb52b
commit fc06d28e13
3 changed files with 1 additions and 8 deletions

View File

@ -26,6 +26,7 @@ Notable changes between versions.
* Allow setting custom initial node taints on worker pools ([#968](https://github.com/poseidon/typhoon/pull/968))
* Add `node_taints` variable to internal `workers` pool module to set initial node taints
* Add `daemonset_tolerations` so `kube-system` DaemonSets can tolerate custom taints
* Remove deprecated `azurerm_lb_backend_address_pool` field `resource_group_name` ([#972](https://github.com/poseidon/typhoon/pull/972))
### Google Cloud