From a95ffd8f89b3df778ce93252b79e21346a1a7d4b Mon Sep 17 00:00:00 2001 From: Otho Date: Fri, 14 Apr 2023 22:51:02 -0400 Subject: [PATCH] Formatting update. --- dns.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns.tf b/dns.tf index d5c38c3..57cf899 100644 --- a/dns.tf +++ b/dns.tf @@ -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" {