terraform-aws-server/examples/os/rhel8cis/variables.tf

10 lines
117 B
HCL

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