5 lines
72 B
HCL
5 lines
72 B
HCL
variable "domain_name" {
|
|
default = "example.com"
|
|
type = string
|
|
}
|