Call for testing: The Juju Terraform provider v1.2.0-rc1

The Juju team is happy to announce that the Juju Terraform provider v1.2.0-rc1 is released on 10 January 2026!

This release candidate has been pushed to the HashiCorp repository. For testing update your provider configuration to:

terraform {
  required_providers {
    juju = {
      source = "juju/juju"
      version = "1.2.0-rc1"
    }
  }
}

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: Comparing v1.1.1...v1.2.0-rc1 · juju/terraform-provider-juju · GitHub