Created
June 5, 2018 10:25
-
-
Save li0nel/a6c0ebdc32c11d2e059732d62ed0c608 to your computer and use it in GitHub Desktop.
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 "stack_name" { | |
type = "string" | |
} | |
variable "aws_region" { | |
type = "string" | |
} | |
variable "aws_profile" { | |
type = "string" | |
} | |
variable "domain_name" { | |
type = "string" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment