Skip to content

Commit

Permalink
route table - add disable_bgp_route_propagation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jun 26, 2018
1 parent c018ba3 commit 01bbee6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/route_table.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ resource "azurerm_route_table" "test" {
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
disable_bgp_route_propagation = false
route {
name = "route1"
address_prefix = "10.1.0.0/16"
Expand All @@ -48,6 +50,8 @@ The following arguments are supported:

* `route` - (Optional) Can be specified multiple times to define multiple routes. Each `route` block supports fields documented below.

* `disable_bgp_route_propagation` - (Optional) Boolean flag which controls propagation of routes learned by BGP on that route table. True means disable.

* `tags` - (Optional) A mapping of tags to assign to the resource.

The `route` block supports:
Expand Down

0 comments on commit 01bbee6

Please sign in to comment.