infra-status/variables.tf

6 lines
115 B
Terraform
Raw Normal View History

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