Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Path string ShowHeader bool HeaderFromFile string SortBy *SortBy OutputValues bool OutputValuesPath string }
Options contains required options to load a Module from path
type SortBy ¶
SortBy contains different sort criteria corresponding to available flags (e.g. name, required, etc)
type TerraformOutput ¶
type TerraformOutput struct { Sensitive bool `json:"sensitive"` Type interface{} `json:"type"` Value interface{} `json:"value"` }
TerraformOutput is used for unmarshalling `terraform outputs --json` into
Click to show internal directories.
Click to hide internal directories.