Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type HashiCorp ¶
type HashiCorp struct { // {"variable": []} Variable interface{} `json:"variable"` // {"output": []} Output interface{} `json:"output"` // {"resource": []} Resource interface{} `json:"resource"` // {"data": []} Data interface{} `json:"data"` }
HashiCorp Configuration Language struct
type TableVariable ¶
type TableVariable struct { Name string `json:"name"` Type string `json:"type"` Default interface{} `json:"default"` Description string `json:"description"` }
TableVariable is
Click to show internal directories.
Click to hide internal directories.