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

The Juju team is happy to announce that the Juju Terraform provider v1.3.0-rc1 is released on 18 February 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.3.0-rc1"
    }
  }
}

NEW FEATURES

This release introduces a new feature to the Juju Terraform provider: Juju controller management. Read more about this new feature in our documentation.

LINKS:

GitHub repo

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

BUG FIXES

DOCUMENTATION

CI & MAINTENANCE

  • Acceptance tests for bootstrapping a controller on LXD and MicroK8s by @SimoneDutto in #1025
  • Acceptance tests for controller config by @kian99 in #1028
  • Merge main into feature branch by @SimoneDutto in #1036
  • Update golangci-lint to version 2 and Go to 1.26 by @SimoneDutto in #1043
  • Re-add skipped tests by @kian99 in #1058

Full Changelog

1 Like