Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
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"` }
Preparer for Content
Content renders content to disk
Click to show internal directories.
Click to hide internal directories.