A constant describing the name of the Terraform backend, used as the discriminant for the union of backend configurations.
Optional cacertPath to a PEM-encoded certificate authority bundle with which to verify certificates of TLS-enabled etcd servers.
Optional certPath to a PEM-encoded certificate to provide to etcd for client authentication.
A list of the etcd endpoints.
Optional keyPath to a PEM-encoded key to use for client authentication.
Optional passwordThe username with which to authenticate to etcd. Sourced from ETCDV3_PASSWORD in
the environment, if unset.
Optional prefixAn optional prefix to be added to keys when storing state in etcd.
Optional usernameThe username with which to authenticate to etcd. Sourced from ETCDV3_USERNAME in
the environment, if unset.
Optional workspaceThe Terraform workspace from which to read state.
Generated using TypeDoc
The configuration options for a Terraform Remote State stored in the etcd v3 backend. Note that there is a separate configuration class for state stored in the ectd v2 backend.