diff options
author | pmikus <peter.mikus@protonmail.ch> | 2022-09-22 13:53:51 +0200 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2022-09-22 12:58:05 +0000 |
commit | 8d068bf25faf8484133a12b996787e1cde67efd5 (patch) | |
tree | b39bbc10337f3aa2d4568505ba911ce519683f8c /fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf | |
parent | a542284c5fdc156c12f7e5f54d5340bc778cbe87 (diff) |
fix(terraform): AWS
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Id762a0848d66a1c1264fdf94be13c3a091bb6d78
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf')
-rw-r--r-- | fdio.infra.terraform/terraform-aws-2n-aws-c5n/variables.tf | 14 |
1 files changed, 1 insertions, 13 deletions
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 |