The Juju team is happy to announce that the Juju Terraform provider v1.4.3 is released on 10 April 2026!
To use the new version of the provider update your provider configuration to:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "1.4.3"
}
}
}
ENHANCEMENTS
- Allow setting the controller-mode and addresses field simultaneously by @kian99 in #1160.
Full Changelog: Comparing v1.4.2...v1.4.3 · juju/terraform-provider-juju · GitHub