The name of the Manta account. Sourced from SDC_ACCOUNT or _ACCOUNT in the
environment, if unset.
A constant describing the name of the Terraform backend, used as the discriminant for the union of backend configurations.
Skip verifying the TLS certificate presented by the Manta endpoint. This can be useful for installations which do not have a certificate signed by a trusted root CA. Defaults to false.
The fingerprint of the public key matching the key material specified in keyMaterial, or in the local SSH agent.
Optional keyThe private key material corresponding with the SSH key whose fingerprint is
specified in keyId. Sourced from SDC_KEY_MATERIAL or TRITON_KEY_MATERIAL
in the environment, if unset. If no value is specified, the local SSH agent
is used for signing requests.
The path relative to your private storage directory (/$MANTA_USER/stor)
where the state file will be stored.
Optional urlThe Manta API Endpoint. Sourced from MANTA_URL in the environment, if unset.
Defaults to https://us-east.manta.joyent.com.
Optional userThe username of the Manta account with which to authenticate.
Optional workspaceThe Terraform workspace from which to read state.
Generated using TypeDoc
The configuration options for a Terraform Remote State stored in the Manta backend.