We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacbe10 commit b0bb61dCopy full SHA for b0bb61d
internal/provider/template.go
@@ -229,7 +229,7 @@ description: |-
229
{{ if .HasExample -}}
230
## Example Usage
231
232
-{{ printf "{{tffile %q}}" .ExampleFile }}
+{{ tffile .ExampleFile }}
233
{{- end }}
234
235
{{ .SchemaMarkdown | trimspace }}
@@ -239,7 +239,7 @@ description: |-
239
240
Import is supported using the following syntax:
241
242
-{{ printf "{{codefile \"shell\" %q}}" .ImportFile }}
+{{ codefile "shell %q" .ImportFile }}
243
244
`
245
@@ -258,7 +258,7 @@ description: |-
258
259
260
261
262
263
264
0 commit comments