diff --git a/docs/resources/asn_pool.md b/docs/resources/asn_pool.md
index 6f7e73bc..9ae3b92c 100644
--- a/docs/resources/asn_pool.md
+++ b/docs/resources/asn_pool.md
@@ -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.
### Nested Schema for `ranges`
@@ -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.
diff --git a/docs/resources/integer_pool.md b/docs/resources/integer_pool.md
index 69519244..8109ff4a 100644
--- a/docs/resources/integer_pool.md
+++ b/docs/resources/integer_pool.md
@@ -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.
### Nested Schema for `ranges`
@@ -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.
diff --git a/docs/resources/ipv4_pool.md b/docs/resources/ipv4_pool.md
index 8496a1e1..a14be4f7 100644
--- a/docs/resources/ipv4_pool.md
+++ b/docs/resources/ipv4_pool.md
@@ -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.
### Nested Schema for `subnets`
@@ -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.
diff --git a/docs/resources/ipv6_pool.md b/docs/resources/ipv6_pool.md
index e146e498..66539c24 100644
--- a/docs/resources/ipv6_pool.md
+++ b/docs/resources/ipv6_pool.md
@@ -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.
### Nested Schema for `subnets`
@@ -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.
diff --git a/docs/resources/vni_pool.md b/docs/resources/vni_pool.md
index 064e8e92..96321759 100644
--- a/docs/resources/vni_pool.md
+++ b/docs/resources/vni_pool.md
@@ -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.
### Nested Schema for `ranges`
@@ -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.