Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created July 13, 2018 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save li0nel/95997c0e814b23c725515361eca30e50 to your computer and use it in GitHub Desktop.
Save li0nel/95997c0e814b23c725515361eca30e50 to your computer and use it in GitHub Desktop.
Variables
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