azure.networkinterface¶
Network Interface Resource
- example:
This policy will get Network Interfaces that have User added routes.
policies:
- name: get-nic-with-user-routes
resource: azure.networkinterface
filters:
- type: effective-route-table
key: routes.value[].source
op: in
value_type: swap
value: User