state
Accepted values
AWS S3 Bucket
Examples
Storing your state on a private, encrypted AWS S3 bucket with state locking
...
state:
bucket: my-awesome-project-state-bucket
lockTable: stackmate-state-lock
# 👇 this is optional, by default it will be set to eg. production/stackmate.tfstate
statePath: my-cool-project.tfstateLast updated