diff options
author | pmikus <peter.mikus@protonmail.ch> | 2022-09-23 09:57:11 +0200 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2022-09-23 09:57:11 +0200 |
commit | 6373b0b0f1f8ba53585c4cc66e9b23909fe2cb06 (patch) | |
tree | fe48411a3bbf0e6c30dade0167746e4fd094578d /fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf | |
parent | 8d068bf25faf8484133a12b996787e1cde67efd5 (diff) |
fix(terraform): AWS
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Id2d09ae88d34154f003a6d69b82a234a4c08dc15
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf')
-rw-r--r-- | fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf | 14 |
1 files changed, 1 insertions, 13 deletions
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 0eb6bcc769..f560b8fa71 100644 --- a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/variables.tf +++ b/fdio.infra.terraform/terraform-aws-1n-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 |