From 7225a99b26c1cddd95a9d9eaf81873cbc61c738d Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 18:29:57 -0400 Subject: [PATCH] empty --- variables.tf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index bd993f2..2fe95b0 100644 --- a/variables.tf +++ b/variables.tf @@ -172,6 +172,12 @@ variable "route53_endpoints" { "us-gov-east-1" = "vpc-070595c5b133243dd" "us-gov-west-1" = "vpc-08b7b4db6a5ddf9c1" } - route53_main_legacy = {} + route53_main_legacy = { + "account_id" = "" + "alias" = "" + "us-gov-east-1" = "" + "us-gov-west-1" = "" + + } } }