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
injuju_application
to replace the now deprecatedplacement
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
- Update JAAS dependency to latest 693 by @SimoneDutto
- Update Juju dependency to 3.6.4 696 by @kian99
- Update the CLA workflow to v2 702 by @SimoneDutto
- Use the 3/stable channel for Juju in jaas integration tests 720 by @SimoneDutto