Skip to content

Commit

Permalink
add var
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent e150438 commit b41f1ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
}

0 comments on commit b41f1ba

Please sign in to comment.