infra-waku/variables.tf

6 lines
115 B
Terraform
Raw Normal View History

2023-10-05 12:08:18 +00:00
variable "domain" {
description = "DNS Domain to update"
type = string
default = "statusim.net"
}