Skip to content

Instantly share code, notes, and snippets.

@jschr
Last active April 12, 2017 13:22
Show Gist options
  • Save jschr/786ed6e5ba01de5caf901edf34853e5a to your computer and use it in GitHub Desktop.
Save jschr/786ed6e5ba01de5caf901edf34853e5a to your computer and use it in GitHub Desktop.
terraform vars
region = "us-east-1"
aws_access_key = "..."
aws_secret_key = "..."
# your domain
# assumes you have a hosted zone of the same name
# in route 53
# this is also the name of the domain that will be
# created in mailgun
# running terraform will create the necessary A,
# CNAME, TXT, and MX records in route 53
domain = "jschr.io"
# lambda envrionment variables
github_username = "jschr"
# mailgun
mailgun_api_key = "..."
mailgun_smtp_password = "..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment