Skip to content

Commit

Permalink
Merge pull request #1066 from ksamoray/docfix
Browse files Browse the repository at this point in the history
Fixes to documentation
  • Loading branch information
ksamoray authored Dec 14, 2023
2 parents 6ba7644 + 60dd14b commit c1bb4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/compute_collection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_title: "NSXT: compute_collection"
description: A Compute Collection data source.
---

# nsxt_mac_pool
# nsxt_compute_collection

This data source provides information about a Compute Collection configured on NSX.

Expand Down
3 changes: 2 additions & 1 deletion website/docs/r/failure_domain.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This resource is supported with NSX 3.0.0 onwards.
## Example Usage

```hcl
data "nsxt_failure_domain" "failure_domain" {
resource "nsxt_failure_domain" "failure_domain" {
display_name = "failuredomain1"
description = "failuredomain"
preferred_edge_services = "active"
Expand All @@ -31,6 +31,7 @@ The following arguments are supported:

* `display_name` - (Required) Display name of the resource.
* `description` - (Optional) Description of the resource.
* `tag` - (Optional) A list of scope + tag pairs to associate with this failure domain.
* `preferred_edge_services` - Set preference for failure domain. Set preference for edge transport node failure domain which will be considered while doing auto placement of logical router, DHCP and MDProxy on edge node. `active`: For preemptive failover mode, active edge cluster member allocation prefers this failure domain. `standby`: For preemptive failover mode, standby edge cluster member allocation prefers this failure domain. Default will be `no_preference`. It means no explicit preference.

## Attributes Reference
Expand Down

0 comments on commit c1bb4fc

Please sign in to comment.