Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

v0.6.5

Compare
Choose a tag to compare
@brikis98 brikis98 released this 28 Aug 14:08
· 64 commits to master since this release
7a6bd76

Modules affected

  • nomad-cluster

Description

  • Set default values for availability_zones and subnet_ids to null in nomad-cluster. As of AWS Provider 3.x, only one of these parameters may be set at a time on an Auto Scaling Group, so we now have to use null rather than empty list as our default.
  • Update all examples to use v0.7.7 of terraform-aws-consul, which has a similar fix to work with AWS Provider 3.x.

Related links