X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-3n-aws-c5n%2Fvariables.tf;h=259f720d7b99c90b02e24fc9d70675a127d82f15;hb=64921d9ec4ebc5f32ab1e8f8b4498f27ee72fdb2;hp=ef7ec36cd2474e1b6407959d4e065450c2bd82fb;hpb=8d068bf25faf8484133a12b996787e1cde67efd5;p=csit.git 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..259f720d7b 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-07430bfa17fd4e597" } variable "tg_associate_public_ip_address" { @@ -73,7 +74,7 @@ variable "tg_source_dest_check" { variable "sut1_ami" { description = "AMI to use for the instance." type = string - default = "ami-0bfdf32a014984d8a" + default = "ami-0a890555652963ec2" } variable "sut1_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" {