dns-zone-record-set/variables.tf (15 lines of code) (raw):
variable "zone_name" {
type = string
}
variable "name" {
type = string
}
variable "record_type" {
type = string
}
variable "record_ttl" {
type = string
}
variable "record_value" {
type = string
}