The Juju team is happy to announce that the Juju Terraform provider v0.22.0 was released on 25 August 2025!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.22.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.6.5 or higher.
- This release uses Juju client api code from the Juju 3.6.4 release.
ENHANCEMENTS
- An improvement of sematic comparison for constraints by @kian99 in 829.
BUG FIXES
- A fix for SSH key resource ID handling by @kian99 in 824.
- A fix for removal of multiple integrations with the same endpoint by @SimoneDutto in 814.