diff --git a/docs/data-sources/freeform_alloc_group.md b/docs/data-sources/freeform_alloc_group.md index 5b8cba40..33e5f94e 100644 --- a/docs/data-sources/freeform_alloc_group.md +++ b/docs/data-sources/freeform_alloc_group.md @@ -75,7 +75,7 @@ output "test_resource_out" { value = data.apstra_freeform_alloc_group.test } ### Read-Only -- `pool_ids` (Set of String) Pool ID assigned to the allocation group +- `pool_ids` (Set of String) IDs of Resource Pools assigned to the allocation group - `type` (String) type of the Allocation Group, must be one of : - `asn` - `integer` diff --git a/docs/resources/freeform_alloc_group.md b/docs/resources/freeform_alloc_group.md index 7aa4721f..40620f4a 100644 --- a/docs/resources/freeform_alloc_group.md +++ b/docs/resources/freeform_alloc_group.md @@ -65,7 +65,7 @@ output "test_resource_out" { value = data.apstra_freeform_alloc_group.test } - `blueprint_id` (String) Apstra Blueprint ID. - `name` (String) Freeform Allocation Group name as shown in the Web UI. -- `pool_ids` (Set of String) ID of the Pool to associate with this Allocation Group +- `pool_ids` (Set of String) IDs of Resource Pools assigned to the allocation group - `type` (String) type of the Allocation Group, must be one of : - `asn` - `integer`