Skip to content

v0.14.0

Choose a tag to compare

@Prodesire Prodesire released this 10 Jun 02:06
· 1 commit to main since this release

Highlights

libterraform 0.14.0 updates the embedded Terraform runtime to 1.14.9 and exposes the Terraform 1.14 init/validate/test flags in the Python wrapper.

What's Changed

  • Updated Terraform from 1.13.5 to 1.14.9.
  • Added enable_pluggable_state_storage_experiment to TerraformCommand.init().
  • Added query to TerraformCommand.validate().
  • Added allow_deferral to TerraformCommand.test().
  • Updated docs, release matrix, and native bridge checks for the Terraform 1.14 line.

Compatibility

  • Terraform: 1.14.9
  • go-plugin: 1.7.0
  • Python: 3.9+

Install

pip install "libterraform==0.14.0"

Links