Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
Changed doublespaced bullets in data source docs to make documentation
more uniform.
Also use correct data source in segment_realization example.

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed May 29, 2023
1 parent a5453e2 commit 0642f2c
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 75 deletions.
1 change: 0 additions & 1 deletion website/docs/d/certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ data "nsxt_certificate" "CA" {
## Argument Reference

* `id` - (Optional) The ID of Certificate to retrieve.

* `display_name` - (Optional) The Display Name of the Certificate to retrieve.

## Attributes Reference
Expand Down
3 changes: 0 additions & 3 deletions website/docs/d/edge_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ data "nsxt_edge_cluster" "edge_cluster1" {
## Argument Reference

* `id` - (Optional) The ID of Edge Cluster to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Edge Cluster to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the edge cluster.

* `deployment_type` - This field could show deployment_type of members. It would return UNKNOWN if there is no members, and return VIRTUAL_MACHINE|PHYSICAL_MACHINE if all Edge members are VIRTUAL_MACHINE|PHYSICAL_MACHINE.

* `member_node_type` - An Edge cluster is homogeneous collection of NSX transport nodes used for north/south connectivity between NSX logical networking and physical networking. Hence all transport nodes of the cluster must be of same type. This field shows the type of transport node,
1 change: 0 additions & 1 deletion website/docs/d/firewall_section.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data "nsxt_firewall_section" "block_all" {
## Argument Reference

* `id` - (Optional) The ID of resource to retrieve

* `display_name` - (Optional) The Display Name of resource to retrieve.

## Attributes Reference
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/ip_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data "nsxt_ip_pool" "ip_pool" {
## Argument Reference

* `id` - (Optional) The ID of IP pool to retrieve

* `display_name` - (Optional) The Display Name of the IP pool to retrieve.

## Attributes Reference
Expand Down
3 changes: 0 additions & 3 deletions website/docs/d/logical_tier0_router.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ data "nsxt_logical_tier0_router" "tier0_router" {
## Argument Reference

* `id` - (Optional) The ID of Logical Router to retrieve.

* `display_name` - (Optional) The Display Name prefix of Logical Router to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the Logical Router.

* `edge_cluster_id` - The id of the Edge Cluster where this Logical Router is placed.

* `high_availability_mode` - The high availability mode of this Logical Router.
2 changes: 0 additions & 2 deletions website/docs/d/logical_tier1_router.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ data "nsxt_logical_tier1_router" "tier1_router" {
## Argument Reference

* `id` - (Optional) The ID of Logical Router to retrieve.

* `display_name` - (Optional) The Display Name prefix of Logical Router to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the Logical Router.

* `edge_cluster_id` - The id of the Edge cluster where this Logical Router is placed.
1 change: 0 additions & 1 deletion website/docs/d/mac_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data "nsxt_mac_pool" "mac_pool" {
## Argument Reference

* `id` - (Optional) The ID of MAC pool to retrieve

* `display_name` - (Optional) The Display Name of the MAC pool to retrieve.

## Attributes Reference
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/management_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ data "nsxt_management_cluster" "cluster" {}
## Attributes Reference

* `id` - Unique identifier of this cluster.

* `node_sha256_thumbprint` - SHA256 of certificate thumbprint of this manager node.
1 change: 0 additions & 1 deletion website/docs/d/ns_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data "nsxt_ns_group" "ns_group_1" {
## Argument Reference

* `id` - (Optional) The ID of NS group to retrieve

* `display_name` - (Optional) The Display Name of the NS group to retrieve.

## Attributes Reference
Expand Down
1 change: 0 additions & 1 deletion website/docs/d/ns_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ data "nsxt_ns_service" "ns_service_dns" {
## Argument Reference

* `id` - (Optional) The ID of NS service to retrieve

* `display_name` - (Optional) The Display Name of the NS service to retrieve.

## Attributes Reference
Expand Down
2 changes: 0 additions & 2 deletions website/docs/d/policy_bfd_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ data "nsxt_policy_bfd_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve. If ID is specified, no additional argument should be configured.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_bridge_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ data "nsxt_policy_bridge_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve. If ID is specified, no additional argument should be configured.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_certificate" "test" {
## Argument Reference

* `id` - (Optional) The ID of Certificate to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Certificate to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_dhcp_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_dhcp_server" "test" {
## Argument Reference

* `id` - (Optional) The ID of DHCP Server to retrieve. If ID is specified, no additional argument should be configured.

* `display_name` - (Optional) The Display Name prefix of DHCP server to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
3 changes: 0 additions & 3 deletions website/docs/d/policy_edge_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ data "nsxt_policy_edge_cluster" "gm_ec" {
## Argument Reference

* `id` - (Optional) The ID of the edge cluster to retrieve.

* `display_name` - (Optional) The Display Name prefix of the edge cluster to retrieve.

* `site_path` - (Optional) The path of the site which the Edge Cluster belongs to, this configuration is required for global manager only. `path` field of the existing `nsxt_policy_site` can be used here. If a single edge cluster is configured on site, `id` and `display_name` can be omitted in configuration, otherwise either of these is required to specify the desired cluster.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
4 changes: 0 additions & 4 deletions website/docs/d/policy_edge_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,13 @@ data "nsxt_policy_edge_node" "node1" {
## Argument Reference

* `edge_cluster_path` - (Required) The path of edge cluster where to which this node belongs.

* `id` - (Optional) The ID of the edge node to retrieve.

* `display_name` - (Optional) The Display Name prefix of the edge node to retrieve.

* `member_index` - (Optional) Member index of the node in edge cluster.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_gateway_qos_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_gateway_qos_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of GatewayQosProfile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Gateway QoS Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
3 changes: 0 additions & 3 deletions website/docs/d/policy_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ data "nsxt_policy_group" "test" {
## Argument Reference

* `id` - (Optional) The ID of Group to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Group to retrieve.

* `domain` - (Optional) The domain this Group belongs to. For VMware Cloud on AWS use `cgw`. For Global Manager, please use site id for this field. If not specified, this field is default to `default`.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_intrusion_service_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ data "nsxt_policy_intrusion_service_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve. If ID is specified, no additional argument should be configured.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_ip_discovery_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_ip_discovery_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_ipv6_dad_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_ipv6_dad_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_ipv6_ndra_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_ipv6_ndra_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_lb_client_ssl_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_lb_client_ssl_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_lb_server_ssl_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_lb_server_ssl_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_lb_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_lb_service" "test" {
## Argument Reference

* `id` - (Optional) The ID of Service to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Service to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_mac_discovery_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_mac_discovery_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_qos_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_qos_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of Profile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the Profile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_segment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ data "nsxt_policy_segment" "test" {
## Argument Reference

* `id` - (Optional) The ID of Segment to retrieve. If ID is specified, no additional argument should be configured.

* `display_name` - (Optional) The Display Name prefix of the Segment to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 1 addition & 1 deletion website/docs/d/policy_segment_realization.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This data source is applicable to NSX Policy Manager.
```hcl
resource "nsxt_policy_segment" "s1" {
display_name = "segment1"
transport_zone_path = data.nsxt_transport_zone.tz1.path
transport_zone_path = data.nsxt_policy_transport_zone.tz1.path
}
data "nsxt_policy_segment_realization" "s1" {
Expand Down
2 changes: 0 additions & 2 deletions website/docs/d/policy_segment_security_profile.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ data "nsxt_policy_segment_security_profile" "test" {
## Argument Reference

* `id` - (Optional) The ID of SegmentSecurityProfile to retrieve.

* `display_name` - (Optional) The Display Name prefix of the SegmentSecurityProfile to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
2 changes: 0 additions & 2 deletions website/docs/d/policy_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ data "nsxt_policy_service" "dns_service" {
## Argument Reference

* `id` - (Optional) The ID of service to retrieve.

* `display_name` - (Optional) The Display Name prefix of the service to retrieve.

## Attributes Reference

In addition to arguments listed above, the following attributes are exported:

* `description` - The description of the resource.

* `path` - The NSX path of the policy resource.
Loading

0 comments on commit 0642f2c

Please sign in to comment.