X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-1n-aws-c5n%2Fvariables.tf;h=f560b8fa71f3ecd731bb1806e7e953764c43d8f0;hp=9d6eba6f86351236103087e99aa18784867656ae;hb=6373b0b0f1f8ba53585c4cc66e9b23909fe2cb06;hpb=63f02ab0e082f49b5fbc47f1e6f42c63fdb3b54f diff --git a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf b/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf index 9d6eba6f86..f560b8fa71 100644 --- a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-1n-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