Skip to content

Commit

Permalink
Merge pull request #1 from adamrushuk/remove-av-zone-default
Browse files Browse the repository at this point in the history
Removed availability_zones default
  • Loading branch information
adamrushuk authored Dec 13, 2020
2 parents acf85b8 + cf21597 commit 28b7d42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ locals {
orchestrator_version = var.kubernetes_version
vm_size = "Standard_D2s_v3"
os_type = "Linux"
availability_zones = [1, 2, 3]
availability_zones = null
enable_auto_scaling = false
min_count = null
max_count = null
Expand Down
4 changes: 4 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ cd test

# Init
terraform init
terraform validate

# Plan
terraform plan

# Apply
terraform apply
Expand Down

0 comments on commit 28b7d42

Please sign in to comment.