Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { // configured content of the file Content string `export:"content"` // configured destination of the file Destination string `export:"destination"` }
Content renders content to disk
type Preparer ¶
type Preparer struct { // Content is the file content. This will be rendered as a template. Content string `hcl:"content"` // Destination is the location on disk where the content will be rendered. Destination string `hcl:"destination" required:"true" nonempty:"true"` }
Preparer for Content
Content renders content to disk
Click to show internal directories.
Click to hide internal directories.