Configuration File
Options
Configuration example
provider: aws
region: eu-central-1
state:
bucket: stackmate-sample-app-state-files
# It is implied that secrets are stored in AWS Secrets Manager
# since we're using AWS as our provider
environments:
production:
database:
type: mysql
size: db.t3.large
storage: 30
cache:
type: redis
size: cache.t3.large
staging:
database:
type: mysql
size: db.t3.micro
storage: 10
cache:
type: redis
size: cache.t3.microLast updated