The Juju team is happy to announce that the Juju Terraform provider v0.23.1 was released on 9 October 2025!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.23.1"
}
}
}
LINKS:
NOTES:
- This release requires Juju controller version 2.9.49 or higher Juju.
- If using JAAS, this release requires Juju controller version 3.6.5 or higher.
- This release uses Juju client api code from the Juju 3.6.4 release.
BUG FIXES
- Partial revert of new behaviour related to cross-model relations by @kian99 in #938 that exposed a Juju bug, see #20818.
- Multiple saas apps for the same offer URL surface an issue where relations to the additional saas apps don’t work correctly. See the Juju issue for more details on the problem and how to resolve it.
See our docs for more information on the provider’s approach to cross-model relations.
If you are experiencing issues due to v0.23.0 where relations are not working as expected please consult the following Juju bug #20818, reach out to us on Matrix, and/or file an issue here.