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

equivalence-testing/d-update-json-schema
Radek Simko 1 year ago committed by GitHub
parent cacdd5b3d7
commit 83f2e6ef2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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>

Loading…
Cancel
Save