oh no :sob: I'm not sure you can create a `pulumi_...
# azure
h
oh no 😭 I'm not sure you can create a
pulumi_azure_native.network.ApplicationGateway
without shenanigans because you need a bunch of self-referential IDs inside its configuration.
so you create a bunch of sub-resources via
frontend_ip_configurations
and
frontend_ports
and other stuff
but the
http_listeners
needs a complete ARM reference to the ip configurations and ports, including the ID of the Application Gateway itself
which means by the naive way, you need the ID of the Gateway in order to construct the Gateway