We have a requirement to set the vnetPrivatePortsCount which is a Configuration setting of Standard logic app. However, so far we could not find a way to set it via terraform. We use azurerm_logic_app_standard object to create Logic apps so we need an option to set it via that.
We have tried doing below but that does not work
site_config {
vnet_private_ports_count = 2
}
Is this property not available via terraform or am I missing something?
Our terraform version is 1.8.5
and azurerm version is 3.106.1