From 83f2e6ef2c35a618b52fe1598618b911e0ea67ac Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 18 Nov 2024 16:34:34 +0000 Subject: [PATCH] docs/cli/providers: Document ephemeral resource schemas (#36021) --- website/docs/cli/commands/providers/schema.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/cli/commands/providers/schema.mdx b/website/docs/cli/commands/providers/schema.mdx index 1e5921a25a..052bb0f45a 100644 --- a/website/docs/cli/commands/providers/schema.mdx +++ b/website/docs/cli/commands/providers/schema.mdx @@ -75,6 +75,12 @@ The JSON output format consists of the following objects and sub-objects: "example_datasource_name": , }, + // "ephemeral_resource_schemas" map the resource type name to the + // resource's schema + "ephemeral_resource_schemas": { + "example_resource_name": , + }, + // "functions" map the provider function name to the function definition "functions": { "example_function":