Skip to main content
Backends define where Terraform’s state snapshots are stored. In tfts, you can configure backends within a Stack.

Local Backend

Stores state on the local filesystem.

S3 Backend

Stores state in an Amazon S3 bucket with optional locking via DynamoDB.

GCS Backend

Stores state in Google Cloud Storage.

Remote Backend

Used for Terraform Cloud or Terraform Enterprise with the remote backend block.

Cloud Backend

The modern way to configure Terraform Cloud integration.