What I want to do:
The azurerm terraform provider allows to manage firewall_application_rule_collection (see https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/firewall_application_rule_collection) with rules inlined.
It does not allow to manage rules outside of this single resource definition. This means managing firewall rules is not doable effectively with meshStack building blocks without the support for complex inputs. In this example, the input needs to be a list of firewall rules.