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