azurerm_subnet resource in AzureRM 3.104.0 changed from having private_endpoint_network_policies_enabled to using private_endpoint_network_policies with string value (Enabled/Disabled, ...). To support it, I bumped the minimum version to 3.104.0 and made the necessary changes.
Also did a bit of refactoring in PL-related modules:
consolidated all variables relevant file
documented outputs
Both affected modules were tested in my environment
azurerm_subnet
resource in AzureRM 3.104.0 changed from havingprivate_endpoint_network_policies_enabled
to usingprivate_endpoint_network_policies
with string value (Enabled
/Disabled
, ...). To support it, I bumped the minimum version to 3.104.0 and made the necessary changes.Also did a bit of refactoring in PL-related modules:
Both affected modules were tested in my environment