From 41ff187b2399d39047ad51a335572b1b3ee67726 Mon Sep 17 00:00:00 2001 From: ezilber-akamai Date: Fri, 6 Dec 2024 13:45:36 -0500 Subject: [PATCH] Docs --- docs/data-sources/placement_group.md | 9 +++++++++ docs/data-sources/placement_groups.md | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/docs/data-sources/placement_group.md b/docs/data-sources/placement_group.md index 5434cb32a..d327a4fb5 100644 --- a/docs/data-sources/placement_group.md +++ b/docs/data-sources/placement_group.md @@ -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. diff --git a/docs/data-sources/placement_groups.md b/docs/data-sources/placement_groups.md index 48b0a65e7..79ead7d06 100644 --- a/docs/data-sources/placement_groups.md +++ b/docs/data-sources/placement_groups.md @@ -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`