Skip to content

Commit

Permalink
add empty defaults as only one var needs to be set
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Oct 6, 2019
1 parent 5aab864 commit 1677b95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ variable "is_private_zone" {

variable "records" {
type = list
default = []
description = "Objects of records to add to the hosted zone"
}

variable "alias_records" {
type = list
default = []
description = "Objects of alias records to add to the hosted zone"
}

Expand Down

0 comments on commit 1677b95

Please sign in to comment.