From 24f0bba7e72c80440cacda70f2d0d831440d46cf Mon Sep 17 00:00:00 2001 From: perangel Date: Thu, 18 Jul 2024 09:37:26 -0400 Subject: [PATCH] chore(docs): generate updated docs --- docs/data-sources/connection.md | 2 +- docs/resources/connection.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`