Juju Terraform provider v1.2.0 was released!

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_cloud resource by @ale8k in #1012
  • Implementation of the juju_cloud CRUD methods by @ale8k in #1009
  • Addition of the target_controller field to the juju_model resource by @kian99 in #1011

BUG FIXES

DOCUMENTATION

  • Documentation of differences in juju_application’s unit values 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