fix(terraform): AWS
[csit.git] / fdio.infra.terraform / terraform-aws-1n-aws-c5n / main.tf
index c99d839..da6367e 100644 (file)
@@ -40,8 +40,6 @@ module "subnet_b" {
 # Create Private Key
 resource "tls_private_key" "private_key" {
   algorithm   = var.private_key_algorithm
-  ecdsa_curve = var.private_key_ecdsa_curve
-  rsa_bits    = var.private_key_rsa_bits
 }
 
 # Create Key Pair