Last active
April 13, 2017 00:38
-
-
Save jschr/3e4161b5811fc544c0604dd4965c63d4 to your computer and use it in GitHub Desktop.
terraform app module variables
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
variable "domain" { } | |
variable "github_username" { } | |
variable "mailgun_smtp_password" { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment