Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created June 5, 2018 10:25
Show Gist options
  • Save li0nel/a6c0ebdc32c11d2e059732d62ed0c608 to your computer and use it in GitHub Desktop.
Save li0nel/a6c0ebdc32c11d2e059732d62ed0c608 to your computer and use it in GitHub Desktop.
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