Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶ added in v0.2.1
type Change struct { // Dir is a Terraform module directory path. Dir string `json:"dir"` // Address is a current Terraform address. Address string `json:"address"` // NewAddress is a new Terraform address. NewAddress string `json:"new_address"` }
Change represents a change of a Terraform block.
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.