All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated Terraform Workspaces to only include letters, numbers, hyphens, underscores
- Fixed param type
- Fixed invocations missing new splat
- Fixed issue if
CreateHardLink
fails due toterraform
binary in use
- Update config search behavior
- Added automatic version install
- Updated config to support specifying version
- Added support for hard link
- Update config to support creating hard link
- Removed
init
on default workspace for workspace delete
- Fixed issue with
Clear-TerraformEnvironment
unnecessarily running every time, causing workspace change every time - Fixed issue with
Set-TerraformWorkspace
not runningterraform init
after a workspace change - Fixed issue with
Set-TerraformWorkspace
using-cmatch
vs-ccontains
causing issues when workspaces were a substring of another workspace
- Initial release