The Juju team is happy to announce that the Juju Terraform provider v0.6.0 has been released!!!
Thanks to all the contributors!!!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "0.6.0"
}
}
}
LINKS:
NOTES:
- The Juju API is upgraded to 2.9.42
FEATURES:
-
New resource:
juju_machine
enable users to provision machines using juju. (Thanks @jadonn) -
New data source:
juju_machine
enable users to incorporate already provisioned machines to their plans. (Thanks @gboutry)
ENHANCEMENTS:
- Applications now have a
placement
directive to indicate target machines.
BUG FIXES:
- Fixed parsing problem with ED25519 ssh keys. (Thanks @jsimpso)
- Fixed wrong application import due to inconsistent order of elements in application placement