feat(dash): Terraform AWS Beanstalk split
[csit.git] / fdio.infra.terraform / terraform-aws-elastic-beanstalk-application-version / variables.tf
1 variable "application_description" {
2   description = "Short description of the Application Version."
3   type        = string
4   default     = "Beanstalk Application"
5 }
6
7 variable "application_name" {
8   description = "Name of the Beanstalk Application the version is associated."
9   type        = string
10   default     = "Beanstalk"
11 }
12
13 variable "application_version_name" {
14   description = "Unique name for the this Application Version."
15   type        = string
16   default     = "Beanstalk Version"
17 }