From 3d781d7e6add31fc3729de3ad7fed1e720c8756d Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 7 Sep 2021 09:27:29 +0000 Subject: Terraform: Add job name as VPC ID Signed-off-by: pmikus Change-Id: I82819c924012c966ba91fdf39ffba500ee0ce6b0 --- fdio.infra.terraform/3n_aws_c5n/variables.tf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'fdio.infra.terraform/3n_aws_c5n/variables.tf') 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" +} -- cgit 1.2.3-korg