Skip to content

Commit

Permalink
Removed extra ` from line 45 after }
Browse files Browse the repository at this point in the history
` at the end of line 45 was breaking syntax highlighting
  • Loading branch information
TMASoft authored Feb 27, 2019
1 parent 3e6cea8 commit a9dc94a
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 @@ -42,7 +42,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 a9dc94a

Please sign in to comment.