Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar authored Nov 5, 2019
1 parent 2eb4c37 commit b09a435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "health_check_ids" {

variable "alias" {
type = map
default = {}
default = {"names"=[],"zone_ids"=[],"evaluate_target_healths"=[]}
description = "An alias block. Conflicts with ttl & records. Alias record documented below."
}

Expand Down

0 comments on commit b09a435

Please sign in to comment.