package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewBackendStateFile returns a new [BackendStateFile] object that initially has no backend configured.
NewDir constructs a new working directory, anchored at the given path.
ParseBackendStateFile tries to decode the given byte slice as the backend state file format.
# Constants
No description provided by the author
# Structs
BackendState describes the physical storage format for the backend state in a working directory, and provides the lowest-level API for decoding it.
BackendStateFile describes the overall structure of the file format used to track a working directory's active backend.
Dir represents a single Terraform working directory.