From b41f1bae21e30841438c6877a33d645249a8c808 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 29 Jul 2024 20:49:35 -0400 Subject: [PATCH] add var --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index c737d51..539d00e 100644 --- a/variables.tf +++ b/variables.tf @@ -174,3 +174,9 @@ variable "route53_endpoints" { } } } + +variable "zone_ids" { + description = "List of Route53 PHZ IDs to associate with a (local/remote) VPC" + type = list(string) + default = [] +}