add tls_key_algorithm
This commit is contained in:
parent
c5de5f6c9f
commit
360bc45e11
|
@ -24,3 +24,7 @@ variable "aws_secret_key" {
|
||||||
description = "AWS Secret Key"
|
description = "AWS Secret Key"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
variable "tls_key_algorithm" {
|
||||||
|
default = "RSA"
|
||||||
|
type = string
|
||||||
|
}
|
Loading…
Reference in New Issue