-
Notifications
You must be signed in to change notification settings - Fork 85
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
Implement map data sources for policy services and groups #1476
Conversation
818a5f5
to
191c280
Compare
/test-all |
873c26d
to
7c7fde9
Compare
4a18c0a
to
cc7c11d
Compare
cc7c11d
to
d32fcc4
Compare
d32fcc4
to
eae527e
Compare
/test-all |
eae527e
to
d4a920d
Compare
/test-all |
rule { | ||
display_name = "allow_icmp" | ||
destination_groups = [ | ||
data.nsxt_policy_groups.test.items[index(data.nsxt_policy_groups.test.items.*.display_name, "Cats")].path, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel this syntax might be too complex to be widely adopted.. perhaps it would be more useful to offer just display_name=>path map.
16e9803
to
8922f49
Compare
/test-all |
6ae684c
to
ee0d64a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps in the services map owner filter could be useful to identify predefined services, but we can wait with this until someone asks for it
ee0d64a
to
b007514
Compare
/test-all |
b007514
to
c95c348
Compare
/test-all |
3 similar comments
/test-all |
/test-all |
/test-all |
/test-all |
1 similar comment
/test-all |
c95c348
to
ff303aa
Compare
/test-all |
These data sources allows the retrieval of the entire tables from NSX to save multiple calls to the backend. Fixes: vmware#696 Signed-off-by: Kobi Samoray <[email protected]>
ff303aa
to
06b59bf
Compare
/test-all |
These data sources allows the retrieval of the entire tables from NSX to save multiple calls to the backend.
Fixes: #696