The Juju team is happy to announce that the Juju Terraform provider v1.5.3 is released on 27 April 2026!
To use the new version of the provider, please update your configuration to:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "1.5.0"
}
}
}
ENHANCEMENTS
- The last SSH key within a model can now be deleted for controller versions greater than 3.0.0, added by ale8k in #1188
DOCUMENTATION
- The landing pages were updated, to match Juju by @tmihoc in #1165
- Sphinx-llm extension for AI-friendly documentation was added by @tmihoc in #1177
SECURITY DOCUMENTATION
As a part of SSDLC 1.2:
- A security overview document has been added by @SimoneDutto in #1140
BUG FIXES
- An internal call causing a security related bug was fixed by @alesstimec in #1158
- Defaults from Juju, such as machine constraints set at the model level resulting in state inconsistencies has been fixed by @ale8k in #1157
TIDY UP
- Godocs were added for all exported types, methods, etc by @alesstimec in #1083
- The juju and terraform plugin framework dependencies were upgraded by @alesstimec in #1174
LINKS
The total list of changes can be found here in the change log or on the release notes.