Open maurojasmsft opened 3 months ago
Thanks for raising this issue. Seems this feature has been supported by TF. See more details from https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_hub_connection#propagated_route_table.
It is indeed, but it doesn't tell you how to propagate to the default route table, which is an object that exists by default
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)/Data Source(s)
Terraform Configuration Files
Description / Feedback
A common practice in vWAN is to propagate a custom route table to the default route table. Every Virtual Hub has a default route table where branches connect. The TF documentation has no guidance on how to accomplish this. There is no azurerm_virtual_hub.eus-vhub.default_route_table_id. Also, creating a Route table "default" could bring unknown behaviors.
This would be a good place to do so
References