terraform-provider-azurerm
terraform-provider-azurerm copied to clipboard
azurerm_application_gateway - Mark probe.match.body as not required
The azurerm_application_gateway probe.match.body is currently set as "Required" however this is not a requirement in Azure.
Have updated the bool for the Required flag and the documentation page in this commit.
fixes #16298