1.4.12 (January 20, 2021)
This release will not work with Terraform v0.11.x. Please use v1.14.13
- Target Nomad 1.0.2: updated the nomad client to support Nomad API version 1.0.2 (#161)
BACKWARDS INCOMPATIBILITIES:
- resource/nomad_volume:
mount_options
is now a list, so configuration files need to be updated to remove the=
character (frommount_options = {...}
tomount_options {...}
) (#188)
FEATURES:
- provider: add support for HTTP basic auth (#189)
- resource/nomad_job: add initial support for jobspec parsing with HCL2 (#185)
IMPROVEMENTS:
- provider: Terraform Plugin SDK bumped to v2.4.0 (#161)
- provider: support TLS certs configured by strings (#184)
- resource/nomad_job: Nomad job parsing is pulled directly from nomad instead of being copied over (#161)
BUG FIXES: