Skip to content

Commit

Permalink
docs/cli/providers: Document ephemeral resource schemas (#36021)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Nov 18, 2024
1 parent cacdd5b commit 83f2e6e
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 83f2e6e

Please sign in to comment.