feat(terraform): AWS images with TRex 3.00 34/37434/2
authorpmikus <peter.mikus@protonmail.ch>
Mon, 17 Oct 2022 12:32:23 +0000 (12:32 +0000)
committerPeter Mikus <peter.mikus@protonmail.ch>
Mon, 17 Oct 2022 12:39:20 +0000 (12:39 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: If5d01c7907f8c6ec0b2afcd7d4ad88e5d8258feb

fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf
fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf
fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf

index f560b8f..621d13f 100644 (file)
@@ -38,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" {
index e35dc65..575682c 100644 (file)
@@ -38,7 +38,7 @@ variable "placement_group_strategy" {
 variable "tg_ami" {
   description = "AMI to use for the instance."
   type        = string
-  default     = "ami-0c8a3d7a52942c322"
+  default     = "ami-0efad29ce9816d10f"
 }
 
 variable "tg_associate_public_ip_address" {
@@ -74,7 +74,7 @@ variable "tg_source_dest_check" {
 variable "sut1_ami" {
   description = "AMI to use for the instance."
   type        = string
-  default     = "ami-0f0ea5b110cddccb1"
+  default     = "ami-07898402cb1fd6561"
 }
 
 variable "sut1_associate_public_ip_address" {
index ef7ec36..3ffbc62 100644 (file)
@@ -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" {