package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: May 18, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Instance struct {
ID string `json:"id"`
Attributes map[string]string `json:"attributes"`
}
type Module struct {
Resources map[string]*Resource `json:"resources"`
}
type Resource struct {
Type string `json:"type"`
Dependencies []string `json:"depends_on"`
Primary *Instance `json:"primary"`
Provider string `json:"provider"`
}
type TFState struct {
Modules []*Module `json:"modules"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.