Fix azure provider warning, rename a public_ip field

* azurerm_public_ip (used internally) added a field `allocation_method`
to replace the field `public_ip_address_allocation` (deprecated)
* Require terraform-provider-azurerm v1.21+
* https://github.com/terraform-providers/terraform-provider-azurerm/pull/2576
This commit is contained in:
Dalton Hubble
2019-01-27 17:52:35 -08:00
parent e9659a8539
commit eb08593eae
4 changed files with 18 additions and 13 deletions

View File

@ -14,6 +14,11 @@ Notable changes between versions.
* Add `ingress_zone_id` output with the NLB DNS name's Route53 zone for use in alias records ([#380](https://github.com/poseidon/typhoon/pull/380))
#### Azure
* Fix azure provider warning, `public_ip` `allocation_method` replaces `public_ip_address_allocation`
* Require `terraform-provider-azurerm` v1.21+ (action required)
#### Addons
* Update nginx-ingress from v0.21.0 to v0.22.0