Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ezilber-akamai committed Dec 6, 2024
1 parent 9d14dfc commit 41ff187
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/data-sources/placement_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ In addition to all arguments above, the following attributes are exported:

* `members` - A set of Linodes currently assigned to this Placement Group.

* `migrations` - Any Linodes that are being migrated to or from the placement group.

* `inbound` - A list of the Linodes the system is migrating into the placement group.

* `linode_id` - The unique identifier for the Linode being migrated into the placement group.

* `outbound` A list of the Linodes the system is migrating out of the placement group.

* `linode_id` - The unique identifier for the Linode being migrated out of the placement group.
### Members

Represents a single Linode assigned to a Placement Group.
Expand Down
10 changes: 10 additions & 0 deletions docs/data-sources/placement_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ Each Linode Placement Group will be stored in the `placement_groups` attribute a

* `is_compliant` - Whether this Linode is currently compliant with the group's placement group type.

* `migrations` - Any Linodes that are being migrated to or from the placement group.

* `inbound` - A list of the Linodes the system is migrating into the placement group.

* `linode_id` - The unique identifier for the Linode being migrated into the placement group.

* `outbound` A list of the Linodes the system is migrating out of the placement group.

* `linode_id` - The unique identifier for the Linode being migrated out of the placement group.

## Filterable Fields

* `id`
Expand Down

0 comments on commit 41ff187

Please sign in to comment.