My Backend Profiles

Create and manage your Terraform backend configurations

Admin Panel

Create Backend Profile

Reusable backend configuration (S3+DDB, Azure Storage, GCS)

Select the cloud for the Terraform backend (state).
Use pre-created cloud resources. Manage in Admin → Cloud Profiles.
Select a repository profile to push backend code. Manage in Admin → Repository Integration.
Default branch to target (e.g., main).
Folder in the repo for backend files (e.g., backend/).
AWS S3 + DynamoDB (type: s3)
{
  "type": "s3",
  "bucket": "cloudcanvas-tfstate-prod",
  "dynamodb_table": "tfstate-locks",
  "region": "us-east-1",
  "key": "envs/prod/global/terraform.tfstate"
}
Find values in AWS Console → S3 (bucket), DynamoDB (table), Region.

Profiles

Most recent first

Loading…