Skip to content

Commit f494179

Browse files
committed
Update Readme
1 parent 611ebc3 commit f494179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)