Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct { resource.Status // the params configured for the module Params map[string]resource.Value `export:"params"` }
Module holds stringified values for parameters
type Preparer ¶
type Preparer struct { // Params is a map of strings to anything you'd like. It will be passed to // the called module as the default values for the `param`s there. Params map[string]resource.Value `hcl:"params"` }
Preparer for modules
Module remotely sources other modules and adds them to the tree
func NewPreparer ¶
NewPreparer returns a new preparer for modules
Click to show internal directories.
Click to hide internal directories.