X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-elastic-beanstalk-environment%2Fvariables.tf;fp=fdio.infra.terraform%2F1n_aws_t3%2Fvariables.tf;h=c2a1ea3cf7bf3d71b27b3ceae49181d1f3b89cd8;hp=4a74df6d39e8396e9ed4106e781250b483828707;hb=6c8ca0ad2a9fe0bab2033e41c6b056226cf9a856;hpb=273a9aa49bba07740b7f7e15277d05f334ab6cc1 diff --git a/fdio.infra.terraform/1n_aws_t3/variables.tf b/fdio.infra.terraform/terraform-aws-elastic-beanstalk-environment/variables.tf similarity index 98% rename from fdio.infra.terraform/1n_aws_t3/variables.tf rename to fdio.infra.terraform/terraform-aws-elastic-beanstalk-environment/variables.tf index 4a74df6d39..c2a1ea3cf7 100644 --- a/fdio.infra.terraform/1n_aws_t3/variables.tf +++ b/fdio.infra.terraform/terraform-aws-elastic-beanstalk-environment/variables.tf @@ -31,6 +31,12 @@ variable "subnet_availability_zone" { } # Variables for elastic beanstalk Application +variable "environment_application" { + description = "The name of the application, must be unique within account." + type = string + default = "Beanstalk Application" +} + variable "application_description" { description = "Short description of the application." type = string