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

Merged
merged 1 commit into from
Nov 29, 2024

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 <[email protected]>
Copy link
Member

@salv-orlando salv-orlando left a comment

Choose a reason for hiding this comment

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

LGTM

@salv-orlando salv-orlando merged commit 319d98f into vmware:master Nov 29, 2024
3 checks passed
@ksamoray ksamoray deleted the tz_realized_id branch January 12, 2025 12:35
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.

3 participants