X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-3n-aws-c5n%2Fvariables.tf;h=d64dd5b241db25150907e64be03216794a37b3e5;hb=HEAD;hp=4d7ddbef4d9ef53e6de21e5b3a785a9a622d5002;hpb=efddc84171ee1335d193bac15644a0419ef8c166;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 4d7ddbef4d..d64dd5b241 100644 --- a/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf @@ -1,5 +1,5 @@ variable "vault-name" { - default = "dynamic-aws-creds-vault-fdio" + default = "dynamic-aws-creds-vault-fdio-csit-jenkins" } variable "region" { @@ -11,7 +11,7 @@ variable "region" { variable "resource_prefix" { description = "Resources name prefix." type = string - default = "csit-2n-aws-c5n" + default = "csit-3n-aws-c5n" } variable "testbed_name" { @@ -24,19 +24,7 @@ variable "testbed_name" { variable "private_key_algorithm" { description = "The name of the algorithm to use for the key." type = string - default = "RSA" -} - -variable "private_key_ecdsa_curve" { - description = "When algorithm is ECDSA, the name of the elliptic curve to use." - type = string - default = "P521" -} - -variable "private_key_rsa_bits" { - description = "When algorithm is RSA, the size of the generated RSA key in bits." - type = number - default = 4096 + default = "ED25519" } # Variables for Placement Group @@ -50,7 +38,7 @@ variable "placement_group_strategy" { variable "tg_ami" { description = "AMI to use for the instance." type = string - default = "ami-0c2d02d48236a23dd" + default = "ami-07430bfa17fd4e597" } variable "tg_associate_public_ip_address" { @@ -86,7 +74,7 @@ variable "tg_source_dest_check" { variable "sut1_ami" { description = "AMI to use for the instance." type = string - default = "ami-05ea90e57d2df4368" + default = "ami-0a890555652963ec2" } variable "sut1_associate_public_ip_address" { @@ -122,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" {