The Juju team is happy to announce that the Juju Terraform provider v0.7.0 has been released!!!
Thanks to all the contributors!!!
Update the provider version:
terraform {
required_providers {
juju = {
source = "juju/juju"
version = "0.7.0"
}
}
}
LINKS:
NOTES:
- This is a periodic release with some bug fixes.
FEATURES:
-
New data source:
juju_offer
enable users to incorporate already existing offers. (Thanks @gboutry)
BUG FIXES:
- Wait for apps before integrate by @juanmanuel-tirado in #189
- Remove integration from state if it was removed manually (#186) by @amandahla in #192
- Add OwnerName to ApplicationOfferFilter by @hemanthnakkina in #201
- Remove Application,Machine,Model and Offer from state if it was removed manually by @amandahla in #205
- [JUJU-3654] Added ApplicationNotFound error for better error control. by @juanmanuel-tirado in #206
- [JUJU-3315] Force “stable” channel to be “latest/stable” when reading apps. by @juanmanuel-tirado in #204