The Juju team is happy to announce that the Juju Terraform provider v0.21.1 was released on 4 August 2025!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.21.1"
}
}
}
Links
NOTES:
- This is a patch release to provide an early fix for issue 810.
- 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
- Avoid revoking and re-granting users’ access to offers 816 by @SimoneDutto
- Allow offers that were previously consumed with the Juju CLI to work with Terraform 802 by @kian99