5 lines
151 B
Text
5 lines
151 B
Text
|
variable "terraform_key_name" {
|
||
|
type = string
|
||
|
default = "{{ KEY_NAME }}"
|
||
|
description = "Name of the key to use for SSH access to the instance"
|
||
|
}
|