X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=fdio.infra.terraform%2Fterraform-aws-2n-aws-c5n%2Fvariables.tf;fp=fdio.infra.terraform%2Fterraform-aws-2n-aws-c5n%2Fvariables.tf;h=e35dc65b935084100f1c00642459c1c0ac6462d3;hb=78eeda904a8c4c6b87f4dc64eb1740c19e3ecfa8;hp=e809feb90cd49dbe45aa8b826e0b977cbdd8189c;hpb=d62e8ffddcaa864c7f361c5917fa7e41c06b441b;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 e809feb90c..e35dc65b93 100644 --- a/fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf @@ -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