6 lines
190 B
Terraform
6 lines
190 B
Terraform
variable "create_dns_record" {
|
|
default = true
|
|
description = "If true, the module will look up the domain_name and create A and AAAA records for the instance."
|
|
type = bool
|
|
}
|