hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

`azurerm_api_management` - remove the requirement that `public_ip_address` must be specified with `zones` #28060

Closed mbfrahry closed 9 hours ago

mbfrahry commented 1 day ago

Community Note

Description

This PR fixes #16783 by removing the requirement that public_ip_address must be specified with zones. I'm not sure where this requirement came from but I was able to spin up an azurerm_api_management resource with zones and public_ip_address not specified without issue.

PR Checklist

Changes to existing Resource / Data Source

Testing

Change Log

Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.

This is a (please select all that apply):

Related Issue(s)

Fixes #0000

[!NOTE] If this PR changes meaningfully during the course of review please update the title and description as required.