When we create an Azure vHub, a default route table is created automatically. Can we manage the Azure VHub default route table through Terraform?
I know we can use the azurerm_virtual_hub_route_table resource to create and manage custom route tables, but I’m not sure how to manage the default route table. I’m wondering if someone can help with this.