The Identity authentication URL. Sourced from OS_AUTH_URL in the environment, if unset.
A constant describing the name of the Terraform backend, used as the discriminant for the union of backend configurations.
Optional cacertA path to a CA root certificate for verifying the server TLS certificate. Sourced from
OS_CACERT in the environment, if unset.
Optional certA path to a client certificate for TLS client authentication. Sourced from OS_CERT
in the environment, if unset.
The name of the container in which the Terraform state file is stored.
Optional domainThe ID of the domain to scope the log in to (identity v3). Sourced from OS_USER_DOMAIN_ID,
OS_PROJECT_DOMAIN_ID or OS_DOMAIN_ID in the environment, if unset.
Optional domainThe name of the domain to scope the log in to (identity v3). Sourced from
OS_USER_DOMAIN_NAME, OS_PROJECT_DOMAIN_NAME or OS_DOMAIN_NAME in the environment,
if unset.
Optional insecureWhether to disable verification of the server TLS certificate. Sourced from
OS_INSECURE in the environment, if unset.
Optional keyA path to the private key corresponding to the client certificate for TLS client
authentication. Sourced from OS_KEY in the environment, if unset.
Optional passwordThe password with which to log in. Sourced from OS_PASSWORD in the environment,
if unset.
The region in which the state file is stored. Sourced from OS_REGION_NAME, if
unset.
Optional tenantThe ID of the tenant (for identity v2) or project (identity v3) which which to log in.
Sourced from OS_TENANT_ID or OS_PROJECT_ID in the environment, if unset.
Optional tenantThe name of the tenant (for identity v2) or project (identity v3) which which to log in.
Sourced from OS_TENANT_NAME or OS_PROJECT_NAME in the environment, if unset.
Optional tokenAccess token with which to log in in stead of a username and password. Sourced from
OS_AUTH_TOKEN in the environment, if unset.
Optional userThe user ID with which to log in. Sourced from OS_USER_ID in the environment, if
unset.
Optional userThe username with which to log in. Sourced from OS_USERNAME in the environment, if
unset.
Generated using TypeDoc
The configuration options for a Terraform Remote State stored in the Swift backend.