File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ using the following data fields and functions:
286286| `.HasExample` | bool | Is there an example file? |
287287| `.ExampleFile` | string | Path to the file with the terraform configuration example |
288288| `.ProviderName` | string | Canonical provider name (ex. `terraform-provider-random`) |
289- | `.ProviderShortName` | string | Short version of the provider name (ex. `random`) |
289+ | `.ProviderShortName` | string | Short version of the rendered provider name (ex. `random`) |
290290| `.RenderedProviderName` | string | Value provided via argument `--rendered-provider-name`, otherwise same as `.ProviderName` |
291291| `.SchemaMarkdown` | string | a Markdown formatted Provider Schema definition |
292292
@@ -317,7 +317,7 @@ using the following data fields and functions:
317317| `.HasExample` | bool | Is there an example file? |
318318| `.ExampleFile` | string | Path to the file with the terraform configuration example |
319319| `.ProviderName` | string | Canonical provider name (ex. `terraform-provider-random`) |
320- | `.ProviderShortName` | string | Short version of the provider name (ex. `random`) |
320+ | `.ProviderShortName` | string | Short version of the rendered provider name (ex. `random`) |
321321| `.RenderedProviderName` | string | Value provided via argument `--rendered-provider-name`, otherwise same as `.ProviderName` |
322322| `.FunctionSignatureMarkdown` | string | a Markdown formatted Function signature |
323323| `.FunctionArgumentsMarkdown` | string | a Markdown formatted Function arguments definition |
You can’t perform that action at this time.
0 commit comments