Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 3, 2023
1 parent 95378b4 commit 7a3047b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions route53-zone-association/zone/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a3047b

Please sign in to comment.