Releases: gruntwork-io/terraform-aws-utilities
Releases · gruntwork-io/terraform-aws-utilities
v0.0.3
v0.0.2
#3: Added two new modules:
-
operating-system
: This can be used to detect the operating system on which Terraform is currently running. -
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.