feat(dash): Terraform AWS Beanstalk split
[csit.git] / fdio.infra.terraform / terraform-aws-elastic-beanstalk-application / 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 }