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