You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Copy all non-template files to the output website directory
116
117
* Process all the remaining templates to generate files for the output website directory
117
118
@@ -193,16 +194,18 @@ For templates:
193
194
194
195
> **NOTE:** In the following conventional paths for templates, `<data source name>`, `<resource name>`, and `<function name>` do not include the provider prefix.
Note: the `.tmpl` extension is necessary, for the file to be correctly handled as a template.
208
211
@@ -211,14 +214,15 @@ For examples:
211
214
> **NOTE:** In the following conventional paths for examples, `<data source name>` and `<resource name>` include the provider prefix as well, but the provider prefix is **NOT** included in`<function name>`.
212
215
> For example, the data source [`caller_identity`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) in the `aws` provider would have an "example" conventional path of: `examples/data-sources/aws_caller_identity/data-source.tf`
Files named `index` (before the first `.`) in the website docs root directory and files in the `website/docs/d/`, `website/docs/r/`, `docs/data-sources/`,
253
259
and `docs/resources/` subdirectories will be converted to `tfplugindocs` templates.
@@ -275,7 +281,7 @@ using the following data fields and functions:
275
281
| `.RenderedProviderName` | string | Value provided via argument `--rendered-provider-name`, otherwise same as `.ProviderName` |
Copy file name to clipboardExpand all lines: cmd/tfplugindocs/testdata/scripts/provider-build/generate/framework_provider_success_generic_templates.txtar
Copy file name to clipboardExpand all lines: cmd/tfplugindocs/testdata/scripts/provider-build/generate/framework_provider_success_named_templates.txtar
Copy file name to clipboardExpand all lines: cmd/tfplugindocs/testdata/scripts/schema-json/generate/framework_provider_success_all_framework_types.txtar
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ generating new template for "scaffolding_example"
19
19
generating missing data source content
20
20
generating missing function content
21
21
generating new template for function "scaffolding"
22
+
generating missing ephemeral resource content
22
23
generating missing provider content
23
24
generating new template for "terraform-provider-scaffolding"
0 commit comments