File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ using the following data fields and functions:
286
286
| `.HasExample` | bool | Is there an example file? |
287
287
| `.ExampleFile` | string | Path to the file with the terraform configuration example |
288
288
| `.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`) |
290
290
| `.RenderedProviderName` | string | Value provided via argument `--rendered-provider-name`, otherwise same as `.ProviderName` |
291
291
| `.SchemaMarkdown` | string | a Markdown formatted Provider Schema definition |
292
292
@@ -317,7 +317,7 @@ using the following data fields and functions:
317
317
| `.HasExample` | bool | Is there an example file? |
318
318
| `.ExampleFile` | string | Path to the file with the terraform configuration example |
319
319
| `.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`) |
321
321
| `.RenderedProviderName` | string | Value provided via argument `--rendered-provider-name`, otherwise same as `.ProviderName` |
322
322
| `.FunctionSignatureMarkdown` | string | a Markdown formatted Function signature |
323
323
| `.FunctionArgumentsMarkdown` | string | a Markdown formatted Function arguments definition |
You can’t perform that action at this time.
0 commit comments