12af1d64c637f19d3384638e2004813e0f7f4119
[csit.git] / fdio.infra.terraform / terraform-aws-elastic-beanstalk-application-version / example / variables.tf
1 variable "region" {
2   description = "AWS Region."
3   type        = string
4   default     = "us-east-1"
5 }
6
7 variable "application_description" {
8   description = "Short description of the application."
9   type        = string
10   default     = "Beanstalk Application"
11 }