Initial commit - realms platform
This commit is contained in:
parent
2aa075e842
commit
b3682b1936
12 changed files with 148 additions and 100 deletions
|
|
@ -104,6 +104,12 @@ variable "dns_zone" {
|
|||
default = "realms.pub"
|
||||
}
|
||||
|
||||
variable "dns_record_name" {
|
||||
description = "DNS record name (subdomain). Use '@' for root or 'beeta' for beeta.realms.pub"
|
||||
type = string
|
||||
default = "beeta"
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# Backup Configuration
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue