github gruntwork-io/terraform-aws-utilities v0.1.0

latest releases: v0.10.1, v0.10.0, v0.9.6...
4 years ago

Modules

  • intermediate-variable [REMOVED]
  • list-remove [BREAKING]
  • join-path [BREAKING]
  • operating-system [BREAKING]
  • prepare-pex-environment [BREAKING]
  • require-executable [BREAKING]
  • run-pex-as-data-source [BREAKING]
  • run-pex-as-resource [BREAKING]

Description

All the modules are now terraform 0.12.0 compatible. Note that this means the modules are no longer compatible with terraform 0.11 and under. Starting this release, you must use terraform 0.12.0 or greater to use this module.

All the module variables have been updated to use concrete types based on the new type system introduced in terraform 0.12.0. You can learn more about the types in the official documentation.

Note that as part of this, we switched to using null to indicate unset values when passing them through to resources. If you were previously using a 0 value ("" for strings and 0 for numbers), review the module variables.tf file to double check if the 0 value has been converted to a null.

Additionally, we have deprecated and removed the intermediate-variable module in this release. This module has been superseded by terraform local values. To upgrade, switch usage of intermediate-variable with locals.

Related links

Don't miss a new terraform-aws-utilities release

NewReleases is sending notifications on new releases.