terraform/keys-vars-example
2023-03-30 16:31:41 +03:00

5 lines
151 B
Plaintext

variable "terraform_key_name" {
type = string
default = "{{ KEY_NAME }}"
description = "Name of the key to use for SSH access to the instance"
}