Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/cli/providers: Document ephemeral resource schemas #36021

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/cli/commands/providers/schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ The JSON output format consists of the following objects and sub-objects:
"example_datasource_name": <schema-representation>,
},

// "ephemeral_resource_schemas" map the resource type name to the
// resource's schema
"ephemeral_resource_schemas": {
"example_resource_name": <schema-representation>,
},

// "functions" map the provider function name to the function definition
"functions": {
"example_function": <function-representation>
Expand Down
Loading