X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-2n-aws-c5n%2Fvariables.tf;h=6604335e9f1687a99df64445232a6b2e1213859b;hb=7566d9fe1ff86a7dab3de09f9477e50d60a12dfc;hp=104c0a1612734fdfc681ff4e2fae82adb4f5c519;hpb=ad8149cc4fc9f5a703f5cffd5557abc0874d4d50;p=csit.git diff --git a/fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf b/fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf index 104c0a1612..6604335e9f 100644 --- a/fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-2n-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" { @@ -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-095fecdfcd0bf387d" } 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-0c2d02d48236a23dd" + default = "ami-0b6ae87e32b40fb1b" } variable "sut1_associate_public_ip_address" { @@ -135,13 +123,13 @@ variable "tg_if2_private_ip" { variable "destination_cidr_block_tg_if1" { description = "The destination CIDR block." type = string - default = "10.0.0.0/16" + default = "10.0.0.0/24" } variable "destination_cidr_block_tg_if2" { description = "The destination CIDR block." type = string - default = "20.0.0.0/16" + default = "20.0.0.0/24" } variable "sut1_if1_private_ip" {