From 7a3047b86a0ed1b19a76d23a56068eeb0acb163d Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 3 Apr 2023 15:31:13 -0400 Subject: [PATCH] fix --- route53-zone-association/zone/variables.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/route53-zone-association/zone/variables.tf b/route53-zone-association/zone/variables.tf index be0772a..b727cd3 100644 --- a/route53-zone-association/zone/variables.tf +++ b/route53-zone-association/zone/variables.tf @@ -14,11 +14,6 @@ variable "region" { type = string default = null } -variable "zone_ids" { - description = "List of Route53 PHZ IDs to associate with a (local/remote) VPC" - type = list(string) - default = [] -} variable "private_zone" { description = "Selection either private or public (default: private) for named zones"