X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2F3n_aws_c5n%2Fvariables.tf;h=29a611adcac2c6050e52592e4babc1884ced647d;hb=5015522409d29bdeabb247568ebb0760833b939b;hp=c87b1c3cfa833c4de976b9ba77ac93a65cd2051f;hpb=80a4b408b1bec92f51813c5b758d7b2739f665ed;p=csit.git diff --git a/fdio.infra.terraform/3n_aws_c5n/variables.tf b/fdio.infra.terraform/3n_aws_c5n/variables.tf index c87b1c3cfa..29a611adca 100644 --- a/fdio.infra.terraform/3n_aws_c5n/variables.tf +++ b/fdio.infra.terraform/3n_aws_c5n/variables.tf @@ -35,3 +35,21 @@ variable "testbed_name" { type = string default = "testbed1" } + +variable "topology_name" { + description = "Topology name" + type = string + default = "3n_aws_c5n" +} + +variable "environment_name" { + description = "Environment name" + type = string + default = "CSIT-AWS" +} + +variable "resources_name_prefix" { + description = "Resources name prefix" + type = string + default = "CSIT_3n_aws_c5n" +}