aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/3n_aws_c5n/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.terraform/3n_aws_c5n/variables.tf')
-rw-r--r--fdio.infra.terraform/3n_aws_c5n/variables.tf18
1 files changed, 18 insertions, 0 deletions
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"
+}