Documentation
¶
Index ¶
Constants ¶
View Source
const LockFile = "terraform.lock"
Variables ¶
This section is empty.
Functions ¶
func RemoveLock ¶
RemoveLock removes the terraform lock for the given package.
Types ¶
type LockInfo ¶
type LockInfo struct {
ID string `json:"ID"`
Operation string `json:"Operation"`
Info string `json:"Info"`
Who string `json:"Who"`
Version string `json:"Version"`
Created time.Time `json:"Created"`
Path string `json:"Path"`
}
LockInfo is the metadata for a terraform lock.
Click to show internal directories.
Click to hide internal directories.