figurate / bedrock

A solid foundation for great Cloud architectures
https://www.micronode.org/bedrock-user-guide
MIT License
0 stars 1 forks source link

Terraform: state #24

Open benfortuna opened 6 years ago

benfortuna commented 6 years ago
  1. Support for different backends (S3, HTTP, etc.)

    • e.g. s3 bucket: $(aws sts get-caller-identity | jq -r '.Account')-terraform-state
  2. Support branching

    • store state in separate path to allow for backup/restore
    • by default copy state across branches to keep in sync and avoid conflicts: terraform init -force-copy -backend-config backend.tfvars
benfortuna commented 6 years ago

State at different levels: