aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-10-25 10:34:54 +0000
committerPeter Mikus <pmikus@cisco.com>2021-10-26 12:41:24 +0000
commitba8a0873a58b536b9476b90c578c587e97d6edb5 (patch)
treeecb7b16044bd88b69b3c07ef542108b52808edf5 /fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf
parent8ff3473d6111784490c5622c52073dd9c749307f (diff)
feat(Terraform): AWS IPv6 support
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Id439c47c966657bcdf989a597537e4013d57dddf
Diffstat (limited to 'fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf')
-rw-r--r--fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf9
1 files changed, 9 insertions, 0 deletions
diff --git a/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf b/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf
index 57c5b69f8e..6263fb46cb 100644
--- a/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf
+++ b/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf
@@ -92,16 +92,19 @@ variable "vpc_cidr_mgmt" {
type = string
default = "192.168.0.0/24"
}
+
variable "vpc_cidr_b" {
description = "CIDR block B"
type = string
default = "192.168.10.0/24"
}
+
variable "vpc_cidr_c" {
description = "CIDR block C"
type = string
default = "200.0.0.0/24"
}
+
variable "vpc_cidr_d" {
description = "CIDR block D"
type = string
@@ -114,6 +117,7 @@ variable "trex_dummy_cidr_port_0" {
type = string
default = "10.0.0.0/24"
}
+
variable "trex_dummy_cidr_port_1" {
description = "TREX dummy CIDR"
type = string
@@ -126,26 +130,31 @@ variable "tg_if1_ip" {
type = string
default = "192.168.10.254"
}
+
variable "tg_if2_ip" {
description = "TG IP on interface 2"
type = string
default = "192.168.20.254"
}
+
variable "dut1_if1_ip" {
description = "DUT IP on interface 1"
type = string
default = "192.168.10.11"
}
+
variable "dut1_if2_ip" {
description = "DUT IP on interface 1"
type = string
default = "192.168.20.11"
}
+
variable "tg_mgmt_ip" {
description = "TG management interface IP"
type = string
default = "192.168.0.10"
}
+
variable "dut1_mgmt_ip" {
description = "DUT management interface IP"
type = string