Skip to content

cloud.terraform 4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 07:53
· 1 commit to main since this release
e5d0718

Release Summary

This major release updates the workspace logic for the Terraform module and adds some bug fixes.

Breaking Changes / Porting Guide

  • terraform - The default value default for the workspace argument has been removed (#200).

Minor Changes

  • inventory/terraform_state - Support for custom Terraform providers (#146).
  • terraform - Update module logic to determine workspace (#200).

Bugfixes

  • inventory/terraform_state - Add support for remote/cloud backends (#150).
  • inventory/terraform_state - use terraform pull instead of terraform show to parse raw state file to avoid provider versioning constraints (#151).