The Juju Terraform provider v0.13.0 was released!

The Juju team is happy to announce that the Juju Terraform provider v0.13.0 was released on 23 Jul 2024!

Thanks to all the contributors including @anvial @hmlanigan.

Update the provider version:

terraform {
  required_providers {
    juju = {
      source = "juju/juju"
      version = "~=0.13.0"
    }
  }
}

LINKS:

NOTES:

  • This release requires juju controller version 2.9.49 or later juju.
  • This release uses juju client api code from the juju 3.5.1 release.
  • The added JAAS login enhancements requires Juju controller version 3.5.0 or higher.
  • The added Juju secrets support requires Juju controller version 3.4.0 or higher.

ENHANCEMENTS:

  • Support for application storage during deploy and upgrade has been added. You can now use the storage_directive attribute of the application resource to specify storage directives. Actual storage details will be displayed in the read only storage attribute.

Full Changelog

5 Likes

Great news!

1 Like