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 check that `public_ip_address_id` must be specified when `zone` is provided #27976

Open sinbai opened 1 week ago

sinbai commented 1 week ago

Community Note

Description

Per this doc, Starting May 2024, a public IP address resource is no longer needed when deploying (injecting) an API Management instance in a VNet in internal mode or migrating the internal VNet configuration to a new subnet., so remove the check that public_ip_address_id must be specified when zone is provided

PR Checklist

Changes to existing Resource / Data Source

Testing

Test result: image

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 #27949