You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,6 +169,9 @@ The following arguments are supported:
158
169
*`mac_addresses` - (Required) List of MAC addresses.
159
170
*`path_expression` - (Optional) An expression block to specify direct group members by policy path.
160
171
*`member_paths` - (Required) List of policy paths for direct members for this Group (such as Segments, Segment ports, Groups etc).
172
+
*`external_id_expression` - (Optional) An expression block to specify external IDs for the specified member type for this Group.
173
+
*`member_type` - (Optional) External ID member type. Must be one of: `VirtualMachine`, `VirtualNetworkInterface`, `CloudNativeServiceInstance`, or `PhysicalServer`. Defaults to `VirtualMachine`.
174
+
*`external_ids` - (Required) List of external IDs for the specified member type.
161
175
*`condition` (Optional) A repeatable condition block to select this Group's members. When multiple `condition` blocks are used in a single `criteria` they form a nested expression that's implicitly ANDed together and each nested condition must used the same `member_type`.
162
176
*`key` (Required) Specifies the attribute to query. Must be one of: `Tag`, `ComputerName`, `OSName` or `Name`. For a `member_type` other than `VirtualMachine`, only the `Tag` key is supported.
163
177
*`member_type` (Required) Specifies the type of resource to query. Must be one of: `IPSet`, `LogicalPort`, `LogicalSwitch`, `Segment`, `SegmentPort` or `VirtualMachine`.
0 commit comments