feat(Terraform): AWS IPv6 support
[csit.git] / fdio.infra.terraform / 2n_aws_c5n / main.tf
index 44ec177..d2e5afd 100644 (file)
@@ -13,7 +13,8 @@ module "deploy" {
   region        = var.region
   avail_zone    = var.avail_zone
   instance_type = var.instance_type
-  ami_image     = var.ami_image
+  ami_image_tg  = var.ami_image_tg
+  ami_image_sut = var.ami_image_sut
 
   # AWS Network
   vpc_cidr_mgmt = "192.168.0.0/24"
@@ -29,8 +30,8 @@ module "deploy" {
   dut1_if1_ip = "192.168.10.11"
   dut1_if2_ip = "192.168.20.11"
 
-  trex_dummy_cidr_port_0 = "10.0.0.0/24"
-  trex_dummy_cidr_port_1 = "20.0.0.0/24"
+  trex_dummy_cidr_port_0 = "10.0.0.0/16"
+  trex_dummy_cidr_port_1 = "20.0.0.0/16"
 
   # Ansible
   ansible_python_executable = "/usr/bin/python3"