open-vault/enos/ci/bootstrap/variables.tf

5 lines
113 B
Terraform
Raw Normal View History

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