add tls_key_algorithm

This commit is contained in:
Ryan Malloy 2024-03-28 18:46:27 +00:00
parent c5de5f6c9f
commit 360bc45e11
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ variable "aws_secret_key" {
description = "AWS Secret Key"
type = string
}
variable "tls_key_algorithm" {
default = "RSA"
type = string
}