Skip to content

Release bt/v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 07:59
== v0.4.0: New features

* Use the default `.terraform/` TF_DATA_DIR when the default profile is used.
Other profiles will continue to use the `.terraform-<profile>/` dir.
+
This eases using Terraform with and without bt.

* Add workspace commands to manage workspaces when working with multiple profiles.
+
When switching to the default workspace, bt automatically removes the environment file so that we are not locked into a specific workspace.

* Expose terraform checks command as a standalone command to allow running pre-apply checks.