Terraform backends

From wikieduonline
Jump to navigation Jump to search

S3 Example with DynamoDB

terraform {
  backend "s3" {
    bucket = "your-terraform-states"
    key[1]    = "terraform.tfstate"
    region = "us-west-2"
    dynamodb_table = "your-terraform-states"
    profile = "your-profile"
    workspace_key_prefix = "your-workspace"
  }
}

Related terms

See also

Advertising: