X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F2n_aws_c5n%2Fvariables.tf;fp=fdio.infra.terraform%2F2n_aws_c5n%2Fvariables.tf;h=c3d81bfbccc7231dd5a32e8a190e980c36dca113;hp=88ebda6d9d086313a189b84e1568106c0db6010e;hb=3d781d7e6add31fc3729de3ad7fed1e720c8756d;hpb=80a4b408b1bec92f51813c5b758d7b2739f665ed diff --git a/fdio.infra.terraform/2n_aws_c5n/variables.tf b/fdio.infra.terraform/2n_aws_c5n/variables.tf index 88ebda6d9d..c3d81bfbcc 100644 --- a/fdio.infra.terraform/2n_aws_c5n/variables.tf +++ b/fdio.infra.terraform/2n_aws_c5n/variables.tf @@ -33,3 +33,21 @@ variable "testbed_name" { type = string default = "testbed1" } + +variable "topology_name" { + description = "Topology name" + type = string + default = "2n_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_2n_aws_c5n" +}