Skip to content

Commit

Permalink
chore: update juju/juju requirement from ~> 0.12.0 to ~> 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [juju/juju](https://github.com/juju/terraform-provider-juju) to permit the latest version.

Updates `juju/juju` to 0.14.0
- [Release notes](https://github.com/juju/terraform-provider-juju/releases)
- [Changelog](https://github.com/juju/terraform-provider-juju/blob/main/CHANGELOG.md)
- [Commits](juju/terraform-provider-juju@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: juju/juju
  dependency-type: direct:production
  dependency-group: terraform_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent d7103f7 commit cb259fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
juju = {
source = "juju/juju"
version = "~> 0.12.0"
version = "~> 0.14.0"
}
}
}

0 comments on commit cb259fa

Please sign in to comment.