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":