The Juju team is happy to announce that the Juju Terraform provider v0.17.0 was released on 24 Feb 2025!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.17.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.0 or higher.
- This release uses juju client api code from the juju 3.6.0 release.
What’s Changed
- fix for the update of the juju_kubernetes_cloud resource #665 which addresses issue #664.
- fix for the update of the juju_application resource to a specific charm revision #669.
- fix for changing the juju_application charm base #652, which addresses issue #635
Full Changelog: Comparing v0.16.0...v0.17.0 · juju/terraform-provider-juju · GitHub