-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report- Virtual WAN VPN Gateway Connection Route Tables #1926
Comments
@trapeznikov ok reopening the issue :) how breaking would the change be? :) |
@arnaudlh well, I guess it may not be a breaking change if it fixes the current broken code :) |
@arnaudlh it looks like there's more issues than just
|
Is there an existing issue for this?
Community Note
Version of the module you are using
5.7.9
Rover Version
aztfmod/rover:1.5.6-2309.0507
Terraform Version
1.5.6
AzureRM Provider Version
3.75.0
Affected Resource(s)/Data Source(s)
azurerm_vpn_gateway_connection
Terraform Configuration Files
Expected Behaviour
Deploy VPN Gateway Connection with Route Tables associated and propagated.
propagated_route_table
is currently not set up correctly in the module. I can submit a PR to fix it, but I'm not sure how to keep current behaviour with bothpropagated_route_table
andpropagated_route_tables
.https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/vpn_gateway_connection#propagated_route_table
We may also want to consider implementing Virtual Hub Route Table with
azurerm_virtual_hub_route_table
resource https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_hub_route_tableActual Behaviour
Steps to Reproduce
Run standalone module with example
networking/virtual_wan/109-vwan-vpn-gateway-connection
terraform apply -var-file=<(cat ../examples/networking/virtual_wan/109-vwan-vpn-gateway-connection/*.tfvars)
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: