I embedded the Marketplace VMX Arm template into a Terraform plan. I want to configure the route tables in the Azure VNET via Terraform in the same plan. And in Terraform you can reference an output Variable from ARM Template. Which would allow me to use the IP address assigned to the VMX in a next hop for the routes accessible via the VMX. But the ARM Template doesn't output anything.
... View more