The Juju team is happy to announce the release of the Juju Terraform provider v1.2.0 on 26 January 2026!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=1.2.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.11 release.
ENHANCEMENTS
- Addition of the
juju_cloudresource by @ale8k in #1012 - Implementation of the
juju_cloudCRUD methods by @ale8k in #1009 - Addition of the
target_controllerfield to thejuju_modelresource by @kian99 in #1011
BUG FIXES
- A fix for unsetting removed/deprecated configuration values from
juju_applicationby @SimoneDutto in #992 - A fix for referencing model data source in locals by @kian99 in [#1020] fix: allow referencing model data source in locals by kian99 · Pull Request #1020 · juju/terraform-provider-juju · GitHub )
- Removal of custom Charmhub client for legacy deploys by @alesstimec in #987
DOCUMENTATION
- Documentation of differences in
juju_application’sunitvalues in 0.19 and later versions by @ale8k in #1004 - Upgrade to the Sphinx starter pack by @tmihoc in #1010
CI & MAINTENANCE
Full Changelog: https://github.com/juju/terraform-provider-juju/compare/v1.1.1…v1.2.0