Skip to content

Commit

Permalink
Merge pull request #147 from stirge/patch-1
Browse files Browse the repository at this point in the history
Removed extra ` from line 45 after }
  • Loading branch information
asarfaty authored Mar 7, 2019
2 parents a567e89 + a9dc94a commit db03bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lb_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "nsxt_logical_tier1_router" "test" {
resource "nsxt_logical_router_link_port_on_tier1" "test" {
logical_router_id = "${nsxt_logical_tier1_router.test.id}"
linked_logical_router_port_id = "${nsxt_logical_router_link_port_on_tier0.test.id}"
}`
}
resource "nsxt_lb_service" "lb_service" {
description = "lb_service provisioned by Terraform"
Expand Down

0 comments on commit db03bb7

Please sign in to comment.