Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Oct 18, 2024
1 parent 81d8e85 commit 913e2fe
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions docs/resources/asn_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ resource "apstra_asn_pool" "rfc5398" {
### Read-Only

- `id` (String) Apstra ID number of the pool
- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.

<a id="nestedatt--ranges"></a>
### Nested Schema for `ranges`
Expand All @@ -55,10 +55,10 @@ Required:

Read-Only:

- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.



16 changes: 8 additions & 8 deletions docs/resources/integer_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ resource "apstra_integer_pool" "five_random_ranges" {
### Read-Only

- `id` (String) Apstra ID number of the pool
- `status` (String) Status of the Integer Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `total` (Number) Total number of Integers in the Integer Pool.
- `used` (Number) Count of used Integers in the Integer Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `used_percentage` (Number) Percent of used Integers in the Integer Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.

<a id="nestedatt--ranges"></a>
### Nested Schema for `ranges`
Expand All @@ -92,10 +92,10 @@ Required:

Read-Only:

- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.



16 changes: 8 additions & 8 deletions docs/resources/ipv4_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ output "example_pool_size" {
### Read-Only

- `id` (String) Apstra ID number of the pool
- `status` (String) Status of the IPv4 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `total` (Number) Total number of addresses in the IPv4 pool.
- `used` (Number) Count of used addresses in the IPv4 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `used_percentage` (Number) Percent of used addresses in the IPv4 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.

<a id="nestedatt--subnets"></a>
### Nested Schema for `subnets`
Expand All @@ -87,10 +87,10 @@ Required:

Read-Only:

- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.



16 changes: 8 additions & 8 deletions docs/resources/ipv6_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ locals {
### Read-Only

- `id` (String) Apstra ID number of the pool
- `status` (String) Status of the IPv6 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `total` (Number) Total number of addresses in the IPv6 pool.
- `used` (Number) Count of used addresses in the IPv6 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `used_percentage` (Number) Percent of used addresses in the IPv6 pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.

<a id="nestedatt--subnets"></a>
### Nested Schema for `subnets`
Expand All @@ -87,10 +87,10 @@ Required:

Read-Only:

- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.



16 changes: 8 additions & 8 deletions docs/resources/vni_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ resource "apstra_vni_pool" "five_random_ranges" {
### Read-Only

- `id` (String) Apstra ID number of the pool
- `status` (String) Status of the VNI Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `total` (Number) Total number of VNIs in the VNI Pool.
- `used` (Number) Count of used VNIs in the VNI Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `used_percentage` (Number) Percent of used VNIs in the VNI Pool. Note that this element is probably better read from a `data` source because it will be more up-to-date.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.

<a id="nestedatt--ranges"></a>
### Nested Schema for `ranges`
Expand All @@ -77,10 +77,10 @@ Required:

Read-Only:

- `status` (String) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only is always null in a Resource. Use the matching Data Source for this information.
- `status` (String) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `total` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.
- `used_percentage` (Number) Mutable read-only attribute is always null in a Resource. Use the matching Data Source for this information.



0 comments on commit 913e2fe

Please sign in to comment.