infra-go-waku/variables.tf

12 lines
236 B
Terraform
Raw Normal View History

variable "domain" {
description = "DNS Domain to update"
type = string
default = "statusim.net"
}
variable "ssh_user" {
description = "User used to log in to instance"
type = string
default = "root"
}