Files
vault/enos/ci/bootstrap/variables.tf
2022-11-30 12:44:02 -05:00

5 lines
113 B
HCL

variable "aws_ssh_public_key" {
description = "The public key to use for the ssh key"
type = string
}