Open
Description
When the control_plane_subnet for the ARO cluster is generated we received the following warning:
╷
│ Warning: Argument is deprecated
│
│ with azurerm_subnet.control_plane_subnet,
│ on main.tf line 27, in resource "azurerm_subnet" "control_plane_subnet":
│ 27: enforce_private_link_service_network_policies = true
│
│ `enforce_private_link_service_network_policies` will be removed in favour of the property
│ `private_link_service_network_policies_enabled` in version 4.0 of the AzureRM Provider
│
│ (and one more similar warning elsewhere)
We should move from the enforce_private_link_service_network_policies
to private_link_service_network_policies_enabled
in this module.