The Juju Terraform provider 0.19.0 was released!

The Juju team is happy to announce that the Juju Terraform provider v0.19.0 was released on 29 April 2025!

Update the provider version:

terraform {
  required_providers {
    juju = {
      source = "juju/juju"
      version = "~=0.19.0"
    }
  }
}

Links

NOTES:

  • This release requires Juju controller version 2.9.49 or higher juju.
  • If using JAAS, this release requires Juju controller version 3.5.0 or higher.
  • This release uses juju client api code from the juju 3.6.3 release.

ENHANCEMENTS

  • Support for resetting application configuration settings 694 by @Soundarya03
  • Machine creation timeout increased to 30 minutes 717 by @alesstimec
  • Introduction of machines in juju_application to replace the now deprecated placement 716 by @alesstimec

BUG FIXES

  • Fix for custom OCI images in application 700 by @SimoneDutto
  • Fix for application resource update also updating charm revision number 709 by @SimoneDutto

DOCUMENTATION

  • Contribution guide 719 by @tmihoc
  • Updates to the documentation home page and the community section 718 by @tmihoc

CI IMPROVEMENTS

1 Like