Skip to content

Commit

Permalink
Move zone_awareness out of zone_awareness_config
Browse files Browse the repository at this point in the history
  • Loading branch information
fliphess authored and Flip Hess committed Jul 22, 2019
1 parent fa62616 commit 0f5b851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ resource "aws_elasticsearch_domain" "default" {
dedicated_master_enabled = var.dedicated_master_enabled
dedicated_master_count = var.dedicated_master_count
dedicated_master_type = var.dedicated_master_type
zone_awareness_enabled = var.zone_awareness_enabled

zone_awareness_config {
zone_awareness_enabled = var.zone_awareness_enabled
availability_zone_count = var.availability_zone_count
}
}
Expand Down

0 comments on commit 0f5b851

Please sign in to comment.