From 30797c64c701d2c850d7c4d6b6501757175b0516 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 17 Oct 2022 12:32:23 +0000 Subject: feat(terraform): AWS images with TRex 3.00 Signed-off-by: pmikus Change-Id: If5d01c7907f8c6ec0b2afcd7d4ad88e5d8258feb --- fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf') diff --git a/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf b/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf index ef7ec36cd2..3ffbc62914 100644 --- a/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf @@ -25,6 +25,7 @@ variable "private_key_algorithm" { description = "The name of the algorithm to use for the key." type = string default = "ED25519" +} # Variables for Placement Group variable "placement_group_strategy" { @@ -37,7 +38,7 @@ variable "placement_group_strategy" { variable "tg_ami" { description = "AMI to use for the instance." type = string - default = "ami-01d1d62914ef00b25" + default = "ami-0efad29ce9816d10f" } variable "tg_associate_public_ip_address" { @@ -109,7 +110,7 @@ variable "sut1_source_dest_check" { variable "sut2_ami" { description = "AMI to use for the instance." type = string - default = "ami-05ea90e57d2df4368" + default = "ami-07898402cb1fd6561" } variable "sut2_associate_public_ip_address" { -- cgit 1.2.3-korg