Created
July 13, 2018 10:33
-
-
Save li0nel/95997c0e814b23c725515361eca30e50 to your computer and use it in GitHub Desktop.
Variables
This file contains 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" { | |
type = "string" | |
} | |
variable "subdomain" { | |
type = "string" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment