Skip to content

Instantly share code, notes, and snippets.

@lusis
Created August 20, 2015 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lusis/0a915ec71ef47c927c61 to your computer and use it in GitHub Desktop.
Save lusis/0a915ec71ef47c927c61 to your computer and use it in GitHub Desktop.
sample config file idea
[modules.aws_backup]
enabled = false
[modules.aws_backup.options]
bucket = "sp-lb-backup"
encrypt = false
encryption_key = "s3kr1t!"
region = "us-east-1"
[modules.local_backup]
enabled = false
[modules.local_backup.options]
directory = "/backup"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment