vmware / terraform-provider-nsxt

Terraform VMware NSX-T provider
https://www.terraform.io/docs/providers/nsxt/
Other
128 stars 83 forks source link

Consistent naming in TN data source #1198

Closed annakhm closed 4 months ago

ksamoray commented 4 months ago

This DS retrieves all kinds of transport nodes - so if we rename it, we should at least filter out non-edge TNs.

ksamoray commented 4 months ago

If we choose to rename, can we also rename the realization DS nsxt_transport_node_realization?

annakhm commented 4 months ago

This DS retrieves all kinds of transport nodes - so if we rename it, we should at least filter out non-edge TNs.

This PR changes the TN to be generic, by removing edge from naming

ksamoray commented 4 months ago

This DS retrieves all kinds of transport nodes - so if we rename it, we should at least filter out non-edge TNs.

This PR changes the TN to be generic, by removing edge from naming

Got it... Seems like "someone" made a mess here :)

annakhm commented 4 months ago

/test-all