5 lines
113 B
Terraform
5 lines
113 B
Terraform
|
variable "aws_ssh_public_key" {
|
||
|
description = "The public key to use for the ssh key"
|
||
|
type = string
|
||
|
}
|