From 8d068bf25faf8484133a12b996787e1cde67efd5 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 22 Sep 2022 13:53:51 +0200 Subject: fix(terraform): AWS Signed-off-by: pmikus Change-Id: Id762a0848d66a1c1264fdf94be13c3a091bb6d78 --- .../terraform-aws-3n-aws-c5n/variables.tf | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf') 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 3f6a96d66f..ef7ec36cd2 100644 --- a/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-3n-aws-c5n/variables.tf @@ -24,20 +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 variable "placement_group_strategy" { -- cgit 1.2.3-korg