aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-elastic-beanstalk-application/example/variables.tf
blob: 12af1d64c637f19d3384638e2004813e0f7f4119 (plain)
1
2
3
4
5
6
7
8
9
10
11
variable "region" {
  description = "AWS Region."
  type        = string
  default     = "us-east-1"
}

variable "application_description" {
  description = "Short description of the application."
  type        = string
  default     = "Beanstalk Application"
}