Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteState ¶
DeleteState deletes the specific file of a terraform package. Fails if the state is locked
func DeleteStateBySerial ¶
DeleteStateBySerial deletes the specific serial of a terraform package as long as it's not the latest one.
func GetTerraformState ¶
GetTerraformState serves the latest version of the state
func GetTerraformStateBySerial ¶
GetTerraformStateBySerial serves a specific version of terraform state.
func LockState ¶
LockState locks the specific terraform state. Internally, it adds a property to the package with the lock information Caveat being that it allocates a package if one doesn't exist to attach the property
func UnlockState ¶
UnlockState unlock the specific terraform state. Internally, it clears the package property
func UploadState ¶
UploadState uploads the specific terraform package.
Types ¶
This section is empty.