Documentation ¶ Index ¶ type Tfstate func (t *Tfstate) Load(filename string) error func (t *Tfstate) Traverse() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tfstate ¶ type Tfstate struct { Path string State *terraform.State } Holds a terraform state and its source. func (*Tfstate) Load ¶ func (t *Tfstate) Load(filename string) error ReadStateFile will load the Terraform state from a file and assign it to the Platformer state. If the file is empty or fail to read it, and the current state is nil, it will assign a new empty state func (*Tfstate) Traverse ¶ func (t *Tfstate) Traverse() error state is nil, it will assign a new empty state Source Files ¶ View all Source files tfstate.go Click to show internal directories. Click to hide internal directories.