The Juju team is happy to announce that the Juju Terraform provider v0.10.1 was released on 12 January 2024!!!
Thanks to all the contributors!!!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~=0.10.1"
}
}
}
LINKS:
BUG FIXES:
- Do not require permissions on the controller model to deploy an application by @hmlanigan in #353
- Handle resolved charm origins without base by @hmlanigan in #375
- Find operating system for deploy regardless of juju controller version by @hmlanigan in #358
- Populating Juju controller config no longer immediately fails if Juju cli does not exist by @Osama-Kassem