azure: Configure dedicated azurerm_route
and remove inline Route config from azurerm_route_table
#9
Labels
azurerm_route
and remove inline Route config from azurerm_route_table
#9
What problem are you facing?
Currently, we define a Route inline within RouteTable, see /~https://github.com/upbound/official-providers/blob/main/provider-azure/examples/network/routetable.yaml
RouteTable resource: https://marketplace.upbound.io/providers/upbound/provider-azure/latest/resources/network.azure.upbound.io/RouteTable/v1beta1
If we look at https://registry.terraform.io/providers/hashicorp/azurerm/3.8.0/docs/resources/route , we can observe
According to our general strategy documented /~https://github.com/upbound/official-providers/blob/main/docs/new-v1beta1-resource.md?plain=1#L36-L52 we should configure Route as a separate CRD
azurerm_route
is also part of Allianz SoW as a result of their terraform state analysisProvider Name:
azure
Provider Version:
v0.14.1
How could Official Providers help solve your problem?
azurerm_route
as a separate resourceazurerm_route_table
accordingly withconfig.MoveToStatus
The text was updated successfully, but these errors were encountered: