diff --git a/website/docs/r/dhcp_server_ip_pool.html.markdown b/website/docs/r/dhcp_server_ip_pool.html.markdown index 94c8e47e0..4e0bac380 100644 --- a/website/docs/r/dhcp_server_ip_pool.html.markdown +++ b/website/docs/r/dhcp_server_ip_pool.html.markdown @@ -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" } diff --git a/website/docs/r/dhcp_server_profile.html.markdown b/website/docs/r/dhcp_server_profile.html.markdown index ef235475b..222d9ee2c 100644 --- a/website/docs/r/dhcp_server_profile.html.markdown +++ b/website/docs/r/dhcp_server_profile.html.markdown @@ -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" } diff --git a/website/docs/r/ip_block.html.markdown b/website/docs/r/ip_block.html.markdown index 3089e5114..4578680a1 100644 --- a/website/docs/r/ip_block.html.markdown +++ b/website/docs/r/ip_block.html.markdown @@ -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" } diff --git a/website/docs/r/ip_block_subnet.html.markdown b/website/docs/r/ip_block_subnet.html.markdown index 5a12faa8f..717f660ec 100644 --- a/website/docs/r/ip_block_subnet.html.markdown +++ b/website/docs/r/ip_block_subnet.html.markdown @@ -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" } diff --git a/website/docs/r/ip_discovery_switching_profile.html.markdown b/website/docs/r/ip_discovery_switching_profile.html.markdown index 0992ea3e2..bf1064455 100644 --- a/website/docs/r/ip_discovery_switching_profile.html.markdown +++ b/website/docs/r/ip_discovery_switching_profile.html.markdown @@ -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" } diff --git a/website/docs/r/ip_pool.html.markdown b/website/docs/r/ip_pool.html.markdown index ac7ffb375..f730ae6dd 100644 --- a/website/docs/r/ip_pool.html.markdown +++ b/website/docs/r/ip_pool.html.markdown @@ -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" diff --git a/website/docs/r/lb_cookie_persistence_profile.html.markdown b/website/docs/r/lb_cookie_persistence_profile.html.markdown index 0bb01b934..68357a46f 100644 --- a/website/docs/r/lb_cookie_persistence_profile.html.markdown +++ b/website/docs/r/lb_cookie_persistence_profile.html.markdown @@ -32,7 +32,7 @@ resource "nsxt_lb_cookie_persistence_profile" "lb_cookie_persistence_profile" { max_life_time = "2000" } - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/lb_fast_tcp_application_profile.html.markdown b/website/docs/r/lb_fast_tcp_application_profile.html.markdown index 605bca728..9976ea210 100644 --- a/website/docs/r/lb_fast_tcp_application_profile.html.markdown +++ b/website/docs/r/lb_fast_tcp_application_profile.html.markdown @@ -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" } diff --git a/website/docs/r/lb_fast_udp_application_profile.html.markdown b/website/docs/r/lb_fast_udp_application_profile.html.markdown index 5f8f7ef72..acdc413b2 100644 --- a/website/docs/r/lb_fast_udp_application_profile.html.markdown +++ b/website/docs/r/lb_fast_udp_application_profile.html.markdown @@ -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" } diff --git a/website/docs/r/lb_http_application_profile.html.markdown b/website/docs/r/lb_http_application_profile.html.markdown index 35b5f2dc2..7727ae6bb 100644 --- a/website/docs/r/lb_http_application_profile.html.markdown +++ b/website/docs/r/lb_http_application_profile.html.markdown @@ -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" } diff --git a/website/docs/r/lb_http_forwarding_rule.html.markdown b/website/docs/r/lb_http_forwarding_rule.html.markdown index ac4cf4451..be045e20f 100644 --- a/website/docs/r/lb_http_forwarding_rule.html.markdown +++ b/website/docs/r/lb_http_forwarding_rule.html.markdown @@ -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" } diff --git a/website/docs/r/lb_http_monitor.html.markdown b/website/docs/r/lb_http_monitor.html.markdown index 884ed59bc..3aa51415d 100644 --- a/website/docs/r/lb_http_monitor.html.markdown +++ b/website/docs/r/lb_http_monitor.html.markdown @@ -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" } diff --git a/website/docs/r/lb_http_request_rewrite_rule.html.markdown b/website/docs/r/lb_http_request_rewrite_rule.html.markdown index 7838c04cf..8d3546cdd 100644 --- a/website/docs/r/lb_http_request_rewrite_rule.html.markdown +++ b/website/docs/r/lb_http_request_rewrite_rule.html.markdown @@ -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" } diff --git a/website/docs/r/lb_http_response_rewrite_rule.html.markdown b/website/docs/r/lb_http_response_rewrite_rule.html.markdown index 642d198f7..e7f5b19fe 100644 --- a/website/docs/r/lb_http_response_rewrite_rule.html.markdown +++ b/website/docs/r/lb_http_response_rewrite_rule.html.markdown @@ -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" } diff --git a/website/docs/r/lb_passive_monitor.html.markdown b/website/docs/r/lb_passive_monitor.html.markdown index 3ec818d18..ec9076e6b 100644 --- a/website/docs/r/lb_passive_monitor.html.markdown +++ b/website/docs/r/lb_passive_monitor.html.markdown @@ -21,7 +21,7 @@ resource "nsxt_lb_passive_monitor" "lb_passive_monitor" { max_fails = 3 timeout = 10 - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/lb_pool.html.markdown b/website/docs/r/lb_pool.html.markdown index 75858d995..4683c54cb 100644 --- a/website/docs/r/lb_pool.html.markdown +++ b/website/docs/r/lb_pool.html.markdown @@ -47,7 +47,7 @@ resource "nsxt_lb_pool" "lb_pool" { weight = "1" } - tag = { + tag { scope = "color" tag = "red" } @@ -81,7 +81,7 @@ resource "nsxt_lb_pool" "lb_pool_with_dynamic_membership" { } } - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/lb_service.html.markdown b/website/docs/r/lb_service.html.markdown index b1d8a7877..fb4ab3d1a 100644 --- a/website/docs/r/lb_service.html.markdown +++ b/website/docs/r/lb_service.html.markdown @@ -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" } diff --git a/website/docs/r/lb_source_ip_persistence_profile.html.markdown b/website/docs/r/lb_source_ip_persistence_profile.html.markdown index 40c263a3c..092e11d7f 100644 --- a/website/docs/r/lb_source_ip_persistence_profile.html.markdown +++ b/website/docs/r/lb_source_ip_persistence_profile.html.markdown @@ -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" } diff --git a/website/docs/r/lb_tcp_monitor.html.markdown b/website/docs/r/lb_tcp_monitor.html.markdown index a1ba2dcc3..445062a0f 100644 --- a/website/docs/r/lb_tcp_monitor.html.markdown +++ b/website/docs/r/lb_tcp_monitor.html.markdown @@ -24,7 +24,7 @@ resource "nsxt_lb_tcp_monitor" "lb_tcp_monitor" { rise_count = 3 timeout = 10 - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/lb_udp_monitor.html.markdown b/website/docs/r/lb_udp_monitor.html.markdown index cd2af0460..610bd6e4b 100644 --- a/website/docs/r/lb_udp_monitor.html.markdown +++ b/website/docs/r/lb_udp_monitor.html.markdown @@ -26,7 +26,7 @@ resource "nsxt_lb_udp_monitor" "lb_udp_monitor" { send = "hi" receive = "hello" - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/logical_dhcp_server.html.markdown b/website/docs/r/logical_dhcp_server.html.markdown index 42e746d51..508dfc1b3 100644 --- a/website/docs/r/logical_dhcp_server.html.markdown +++ b/website/docs/r/logical_dhcp_server.html.markdown @@ -40,7 +40,7 @@ resource "nsxt_logical_dhcp_server" "logical_dhcp_server" { values = ["abc"] } - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/mac_management_switching_profile.html.markdown b/website/docs/r/mac_management_switching_profile.html.markdown index 40efe4926..1171fad0b 100644 --- a/website/docs/r/mac_management_switching_profile.html.markdown +++ b/website/docs/r/mac_management_switching_profile.html.markdown @@ -25,7 +25,7 @@ resource "nsxt_mac_management_switching_profile" "mac_management_switching_profi unicast_flooding_allowed = "false" } - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/ns_service_group.html.markdown b/website/docs/r/ns_service_group.html.markdown index e303f01ef..136fac480 100644 --- a/website/docs/r/ns_service_group.html.markdown +++ b/website/docs/r/ns_service_group.html.markdown @@ -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" } diff --git a/website/docs/r/qos_switching_profile.html.markdown b/website/docs/r/qos_switching_profile.html.markdown index cf00fda49..ec99878fd 100644 --- a/website/docs/r/qos_switching_profile.html.markdown +++ b/website/docs/r/qos_switching_profile.html.markdown @@ -41,7 +41,7 @@ resource "nsxt_qos_switching_profile" "qos_switching_profile" { peak_bw_kbps = "500" } - tag = { + tag { scope = "color" tag = "red" } diff --git a/website/docs/r/spoof_guard_switching_profile.html.markdown b/website/docs/r/spoof_guard_switching_profile.html.markdown index dd9a880a8..f84126952 100644 --- a/website/docs/r/spoof_guard_switching_profile.html.markdown +++ b/website/docs/r/spoof_guard_switching_profile.html.markdown @@ -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" } diff --git a/website/docs/r/spoofguard_switching_profile.html.markdown b/website/docs/r/spoofguard_switching_profile.html.markdown index dd9a880a8..f84126952 100644 --- a/website/docs/r/spoofguard_switching_profile.html.markdown +++ b/website/docs/r/spoofguard_switching_profile.html.markdown @@ -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" } diff --git a/website/docs/r/switch_security_switching_profile.html.markdown b/website/docs/r/switch_security_switching_profile.html.markdown index 8a2d8da37..53d981854 100644 --- a/website/docs/r/switch_security_switching_profile.html.markdown +++ b/website/docs/r/switch_security_switching_profile.html.markdown @@ -30,7 +30,7 @@ resource "nsxt_switch_security_switching_profile" "switch_security_switching_pro tx_multicast = 32 } - tag = { + tag { scope = "color" tag = "red" }