Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Aug 1, 2024
1 parent eb3b248 commit e5da702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/freeform_alloc_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/freeform_alloc_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e5da702

Please sign in to comment.