diff --git a/docs/data-sources/connection.md b/docs/data-sources/connection.md index e012ba23a..48cd7dc9d 100644 --- a/docs/data-sources/connection.md +++ b/docs/data-sources/connection.md @@ -45,7 +45,7 @@ data "airbyte_connection" "my_connection" { Read-Only: -- `streams` (Attributes List) (see [below for nested schema](#nestedatt--configurations--streams)) +- `streams` (Attributes Set) (see [below for nested schema](#nestedatt--configurations--streams)) ### Nested Schema for `configurations.streams` diff --git a/docs/resources/connection.md b/docs/resources/connection.md index 257c0f532..e0389b346 100644 --- a/docs/resources/connection.md +++ b/docs/resources/connection.md @@ -56,7 +56,7 @@ resource "airbyte_connection" "my_connection" { Optional: -- `streams` (Attributes List) (see [below for nested schema](#nestedatt--configurations--streams)) +- `streams` (Attributes Set) (see [below for nested schema](#nestedatt--configurations--streams)) ### Nested Schema for `configurations.streams`