Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface { // LoadConfig loads the backend config provided by the user. LoadConfig(*hcl.Body, *hcl.EvalContext) hcl.Diagnostics // Render renders the backend template with user backend configuration. Render() (string, error) // Validate validates backend configuration. Validate() error }
Backend describes the Terraform state storage location.
Click to show internal directories.
Click to hide internal directories.