Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add realized_id attribute to nsxt_policy_transport_zone data source #1468

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ksamoray
Copy link
Collaborator

This data source is replacing MP nsxt_transport_zone which is deprecated. The nsxt_edge_transport_node resource requires this value, as it's not a policy resource and it is provided by nsxt_policy_transport_zone resource but not by the data source.

@@ -54,3 +54,4 @@ In addition to arguments listed above, the following attributes are exported:
* `is_default` - A boolean flag indicating if this Transport Zone is the default.
* `transport_type` - The transport type of this transport zone.
* `path` - The NSX path of the policy resource.
* `realized_id` - The id of realized pool object. This id should be used in `nsxt_edge_transport_node` resource.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pool is irrelevant here

This data source is replacing MP nsxt_transport_zone which is deprecated.
The nsxt_edge_transport_node resource requires this value, as it's not a policy resource and it is provided by nsxt_policy_transport_zone resource but not by the data source.

Signed-off-by: Kobi Samoray <kobi.samoray@broadcom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants