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"