terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

`azurerm_private_endpoint` - support for `ip_configuration.member_name` property

Open wuxu92 opened this issue 3 years ago • 0 comments

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

image

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

wuxu92 avatar Sep 21 '22 06:09 wuxu92