-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Terraform CLI and terraform-plugin-docs Versions
Terraform: v1.7.3
terraform-plugin-docs: v0.19.0
Provider Code
diff --git a/docs/data-sources/cassandra.md b/docs/data-sources/cassandra.md
index e13add824..159818d4c 100644
--- a/docs/data-sources/cassandra.md
+++ b/docs/data-sources/cassandra.md
@@ -87,7 +87,7 @@ Read-Only:
- `static_ips` (Boolean)
<a id="nestedobjatt--cassandra_user_config--cassandra"></a>
-### Nested Schema for `cassandra_user_config.cassandra`
+### Nested Schema for ``
Read-Only:
@@ -97,7 +97,7 @@ Read-Only:
<a id="nestedobjatt--cassandra_user_config--ip_filter_object"></a>
-### Nested Schema for `cassandra_user_config.ip_filter_object`
+### Nested Schema for ``
Read-Only:
@@ -106,7 +106,7 @@ Read-Only:
<a id="nestedobjatt--cassandra_user_config--private_access"></a>
-### Nested Schema for `cassandra_user_config.private_access`
+### Nested Schema for ``
Read-Only:
@@ -114,7 +114,7 @@ Read-Only:
<a id="nestedobjatt--cassandra_user_config--public_access"></a>
-### Nested Schema for `cassandra_user_config.public_access`
+### Nested Schema for ``
Read-Only:
diff --git a/docs/data-sources/clickhouse.md b/docs/data-sources/clickhouse.md
index 89d0066a4..0cc97262e 100644
--- a/docs/data-sources/clickhouse.md
+++ b/docs/data-sources/clickhouse.md
@@ -82,7 +82,7 @@ Read-Only:
- `static_ips` (Boolean)
<a id="nestedobjatt--clickhouse_user_config--ip_filter_object"></a>
-### Nested Schema for `clickhouse_user_config.ip_filter_object`
+### Nested Schema for ``
Read-Only:
@@ -91,7 +91,7 @@ Read-Only:
<a id="nestedobjatt--clickhouse_user_config--private_access"></a>
-### Nested Schema for `clickhouse_user_config.private_access`
+### Nested Schema for ``
Read-Only:
@@ -102,7 +102,7 @@ Read-Only:
<a id="nestedobjatt--clickhouse_user_config--privatelink_access"></a>
-### Nested Schema for `clickhouse_user_config.privatelink_access`
+### Nested Schema for ``
Read-Only:
@@ -113,7 +113,7 @@ Read-Only:
<a id="nestedobjatt--clickhouse_user_config--public_access"></a>
-### Nested Schema for `clickhouse_user_config.public_access`
+### Nested Schema for ``
Read-Only:Expected Behavior
Nested schema isn't omitted.
Actual Behavior
Nested schema is omitted.
Steps to Reproduce
Simply ran the new version of terraform-plugin-docs against our provider.
How much impact is this issue causing?
High
Logs
No response
Additional Information
This is discovered in aiven/terraform-provider-aiven#1694. This could be related to #355.
As far as I can see, this is probably related to this: #285.
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working