Skip to content

Releases: gruntwork-io/terraform-aws-utilities

v0.0.4

08 Jan 22:27
47fcb05
Compare
Choose a tag to compare

Modules affected

  • [NEW] require-executable

Description

  • Introduces a new module require-executable that can be used to ensure particular executables is available in the PATH, with a customizable error message when it is not found.

Related links

v0.0.3

01 Mar 16:51
447f3e3
Compare
Choose a tag to compare

#4: Fix print call in the operating-system module so it works with newer versions of Python.

v0.0.2

01 Mar 00:24
b924fd8
Compare
Choose a tag to compare

#3: Added two new modules:

  1. operating-system: This can be used to detect the operating system on which Terraform is currently running.

  2. join-path: This can be used to join multiple path parts (folders, files) into a single path, using the proper separator for the current OS.

The primary use case is so we can format paths properly on Windows vs Linux.

v0.0.1

07 Mar 15:14
Compare
Choose a tag to compare

#1: First release! We've created an intermediate-variable module.