The Juju team is happy to announce the release of the Juju Terraform provider v1.3.1 on 10 March 2026!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "1.3.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.11 release.
BUG FIXES
- Respect proxy environment variables by @simonedutto in #1103