A constant describing the name of the Terraform backend, used as the discriminant for the union of backend configurations.
The name of the Google Cloud Storage bucket.
Optional credentialsLocal path to Google Cloud Platform account credentials in JSON format. Sourced from
GOOGLE_CREDENTIALS in the environment if unset. If no value is provided Google
Application Default Credentials are used.
Optional encryptionA 32 byte, base64-encoded customer supplied encryption key used to encrypt the
state. Sourced from GOOGLE_ENCRYPTION_KEY in the environment, if unset.
Optional prefixPrefix used inside the Google Cloud Storage bucket. Named states for workspaces
are stored in an object named <prefix>/<name>.tfstate.
Optional workspaceThe Terraform workspace from which to read state.
Generated using TypeDoc
The configuration options for a Terraform Remote State stored in the Google Cloud Storage backend.