terraform-aws-access/examples/basic/variables.tf

7 lines
75 B
HCL

variable "key" {
type = string
}
variable "key_name" {
type = string
}