Last active
April 12, 2017 13:22
-
-
Save jschr/786ed6e5ba01de5caf901edf34853e5a to your computer and use it in GitHub Desktop.
terraform vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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