terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
`azurerm_private_endpoint` - support for `ip_configuration.member_name` property
Cannot simply reuse subresource_name as member_name in ip_configuration property.(as described in the issue). The local testing response message says the default value is default, so I set the property's Default field as default.
=== RUN TestAccPrivateEndpoint_WithIPConfigForKeyVault
=== PAUSE TestAccPrivateEndpoint_WithIPConfigForKeyVault
=== CONT TestAccPrivateEndpoint_WithIPConfigForKeyVault
--- PASS: TestAccPrivateEndpoint_WithIPConfigForKeyVault (437.53s)
PASS

Fixes: https://github.com/hashicorp/terraform-provider-azurerm/issues/18443