Skip to content

Commit

Permalink
Merge pull request #178 from terraform-providers/fix_doc
Browse files Browse the repository at this point in the history
Remove '=' sign in block definition
  • Loading branch information
annakhm authored Jul 21, 2019
2 parents 69bdb3f + c149006 commit 9de087b
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/dhcp_server_ip_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ resource "nsxt_dhcp_server_ip_pool" "dhcp_ip_pool" {
}
dhcp_generic_option {
code = "119"
code = "119"
values = ["abc"]
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dhcp_server_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "nsxt_dhcp_server_profile" "dhcp_profile" {
edge_cluster_id = "${data.nsxt_edge_cluster.edge_cluster1.id}"
edge_cluster_member_indexes = [0, 1]
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ip_block.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "nsxt_ip_block" "ip_block" {
display_name = "ip_block"
cidr = "2.1.1.0/24"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ip_block_subnet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "nsxt_ip_block_subnet" "ip_block_subnet" {
block_id = "${nsxt_ip_block.ip_block.id}"
size = 16
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "nsxt_ip_discovery_switching_profile" "ip_discovery_switching_profile"
dhcp_snooping_enabled = "false"
arp_bindings_limit = "1"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/ip_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ resource "nsxt_ip_pool" "ip_pool" {
description = "ip_pool provisioned by Terraform"
display_name = "ip_pool"
tag = {
tag {
scope = "color"
tag = "red"
}
subnet = {
subnet {
allocation_ranges = ["2.1.1.1-2.1.1.11", "2.1.1.21-2.1.1.100"]
cidr = "2.1.1.0/24"
gateway_ip = "2.1.1.12"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_cookie_persistence_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "nsxt_lb_cookie_persistence_profile" "lb_cookie_persistence_profile" {
max_life_time = "2000"
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "nsxt_lb_fast_tcp_application_profile" "lb_fast_tcp_profile" {
idle_timeout = "1800"
ha_flow_mirroring = "false"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "nsxt_lb_fast_udp_application_profile" "lb_fast_udp_profile" {
idle_timeout = "1800"
ha_flow_mirroring = "false"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_http_application_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "nsxt_lb_http_application_profile" "lb_http_application_profile" {
x_forwarded_for = "INSERT"
ntlm = "true"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_http_forwarding_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "nsxt_lb_http_forwarding_rule" "lb_rule" {
display_name = "lb_rule"
match_strategy = "ANY"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_http_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "nsxt_lb_http_monitor" "lb_http_monitor" {
response_body = "pong"
response_status_codes = [200, 304]
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_http_request_rewrite_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "nsxt_lb_http_request_rewrite_rule" "lb_rule" {
display_name = "lb_rule"
match_strategy = "ANY"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_http_response_rewrite_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "nsxt_lb_http_response_rewrite_rule" "lb_rule" {
display_name = "lb_rule"
match_strategy = "ALL"
tag = {
tag {
scope = "color"
tag = "blue"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_passive_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "nsxt_lb_passive_monitor" "lb_passive_monitor" {
max_fails = 3
timeout = 10
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/lb_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "nsxt_lb_pool" "lb_pool" {
weight = "1"
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down Expand Up @@ -81,7 +81,7 @@ resource "nsxt_lb_pool" "lb_pool_with_dynamic_membership" {
}
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
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 @@ -50,7 +50,7 @@ resource "nsxt_lb_service" "lb_service" {
description = "lb_service provisioned by Terraform"
display_name = "lb_service"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "nsxt_lb_source_ip_persistence_profile" "lb_source_ip_persistence_profi
purge_when_full = "true"
timeout = "100"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_tcp_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "nsxt_lb_tcp_monitor" "lb_tcp_monitor" {
rise_count = 3
timeout = 10
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/lb_udp_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "nsxt_lb_udp_monitor" "lb_udp_monitor" {
send = "hi"
receive = "hello"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/logical_dhcp_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "nsxt_logical_dhcp_server" "logical_dhcp_server" {
values = ["abc"]
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "nsxt_mac_management_switching_profile" "mac_management_switching_profi
unicast_flooding_allowed = "false"
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ns_service_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "nsxt_ns_service_group" "ns_service_group" {
display_name = "ns_service_group"
members = ["${nsxt_ip_protocol_ns_service.prot17.id}", "${data.nsxt_ns_service.dns.id}"]
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/qos_switching_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "nsxt_qos_switching_profile" "qos_switching_profile" {
peak_bw_kbps = "500"
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/spoof_guard_switching_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "nsxt_spoofguard_switching_profile" "spoofguard_switching_profile" {
display_name = "spoofguard_switching_profile"
address_binding_whitelist_enabled = "true"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/spoofguard_switching_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "nsxt_spoofguard_switching_profile" "spoofguard_switching_profile" {
display_name = "spoofguard_switching_profile"
address_binding_whitelist_enabled = "true"
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "nsxt_switch_security_switching_profile" "switch_security_switching_pro
tx_multicast = 32
}
tag = {
tag {
scope = "color"
tag = "red"
}
Expand Down

0 comments on commit 9de087b

Please sign in to comment.