Skip to content

Commit

Permalink
Revise transport_node host_transport_node
Browse files Browse the repository at this point in the history
As nsxt_policy_transport_node covers host-node, the resource above is
required to cover only edge-nodes.
Therefore the resource is renamed and non-edge attributes are removed.

Also remove redundant attributes from policy_host_transport_node
resource.

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Dec 19, 2023
1 parent 6033a1d commit 5d5289d
Show file tree
Hide file tree
Showing 10 changed files with 484 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion nsxt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func Provider() *schema.Provider {
"nsxt_policy_uplink_host_switch_profile": resourceNsxtUplinkHostSwitchProfile(),
"nsxt_node_user": resourceNsxtUsers(),
"nsxt_principle_identity": resourceNsxtPrincipleIdentity(),
"nsxt_transport_node": resourceNsxtTransportNode(),
"nsxt_edge_transport_node": resourceNsxtEdgeTransportNode(),
"nsxt_failure_domain": resourceNsxtFailureDomain(),
"nsxt_cluster_virtual_ip": resourceNsxtClusterVirualIP(),
"nsxt_policy_host_transport_node_profile": resourceNsxtPolicyHostTransportNodeProfile(),
Expand Down
Loading

0 comments on commit 5d5289d

Please sign in to comment.