# Copy this to a local, uncommitted backend.hcl after the bootstrap has applied.
# Use it from a different root module. This bootstrap keeps its state local.
bucket       = "replace-with-your-unique-state-bucket"
key          = "replace-with-your-root-module/terraform.tfstate"
region       = "replace-with-your-aws-region"
kms_key_id   = "replace-with-bootstrap-kms-key-arn"
encrypt      = true
use_lockfile = true
