mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
5 lines
113 B
HCL
5 lines
113 B
HCL
variable "aws_ssh_public_key" {
|
|
description = "The public key to use for the ssh key"
|
|
type = string
|
|
}
|