github hashicorp/terraform-provider-nomad v1.4.12

latest releases: v2.2.0, v2.1.1, v2.1.0...
3 years ago

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 (from mount_options = {...} to mount_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:

  • numerous (invalid but unused) fields from the task group and job schema have been removed (#161)
  • resource/nomad_volume: fixed an issue where mount_options would always cause a change (#188)

Don't miss a new terraform-provider-nomad release

NewReleases is sending notifications on new releases.