terraform/keys-vars-example

5 lines
151 B
Plaintext
Raw Permalink Normal View History

2023-03-30 13:31:41 +00:00
variable "terraform_key_name" {
type = string
default = "{{ KEY_NAME }}"
description = "Name of the key to use for SSH access to the instance"
}