6 lines
115 B
Terraform
6 lines
115 B
Terraform
|
variable "domain" {
|
||
|
description = "DNS Domain to update"
|
||
|
type = string
|
||
|
default = "statusim.net"
|
||
|
}
|