The address of the HTTP endpoint.
A constant describing the name of the Terraform backend, used as the discriminant for the union of backend configurations.
Optional lockThe address of the lock REST endpoint. Not setting a value disables locking.
Optional lockThe HTTP method to use when locking. Defaults to LOCK.
Optional passwordThe password used for HTTP basic authentication.
Optional skipWhether to skip TLS verification. Defaults to false.
Optional unlockThe address of the unlock REST endpoint. Not setting a value disables locking.
Optional unlockThe HTTP method to use when unlocking. Defaults to UNLOCK.
Optional updateHTTP method to use when updating state. Defaults to POST.
Optional usernameThe username used for HTTP basic authentication.
Optional workspaceThe Terraform workspace from which to read state.
Generated using TypeDoc
The configuration options for a Terraform Remote State stored in the HTTP backend.