Skip to content

Commit

Permalink
Add an extra az to th tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
fliphess authored and Flip Hess committed Jul 23, 2019
1 parent 0f5b851 commit cdc0d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/fixtures.us-west-1.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stage = "test"

name = "es-test"

availability_zones = ["us-west-1b", "us-west-1c"]
availability_zones = ["us-west-1a", "us-west-1b", "us-west-1c"]

instance_type = "t2.small.elasticsearch"

Expand Down

0 comments on commit cdc0d26

Please sign in to comment.