Formatting update.

This commit is contained in:
Otho 2023-04-14 22:51:02 -04:00
parent 581bae2955
commit a95ffd8f89
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

6
dns.tf
View File

@ -12,17 +12,17 @@ provider "namecheap" {}
variable "subnet" {
type = string
default = "fd00::"
default = "fd00"
}
variable "db_addr" {
type = string
default = "1"
default = "::1"
}
variable "feed_addr" {
type = string
default = "2"
default = "::2"
}
variable "db_ipv4_addr" {