From 360bc45e11ef855e06182d9e03c4d97b4a710cdd Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 28 Mar 2024 18:46:27 +0000 Subject: [PATCH] add tls_key_algorithm --- variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/variables.tf b/variables.tf index eaeb8f1..74585e6 100644 --- a/variables.tf +++ b/variables.tf @@ -24,3 +24,7 @@ variable "aws_secret_key" { description = "AWS Secret Key" type = string } +variable "tls_key_algorithm" { + default = "RSA" + type = string +} \ No newline at end of file