Skip to content

Commit

Permalink
chore(deps): update oboukili/argocd requirement from ~> 6 to ~> 7
Browse files Browse the repository at this point in the history
Updates the requirements on [oboukili/argocd](https://github.com/oboukili/terraform-provider-argocd) to permit the latest version.
- [Release notes](https://github.com/oboukili/terraform-provider-argocd/releases)
- [Changelog](https://github.com/argoproj-labs/terraform-provider-argocd/blob/main/.goreleaser.yml)
- [Commits](argoproj-labs/terraform-provider-argocd@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: oboukili/argocd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 791c7af commit d8a1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kind/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
argocd = {
source = "oboukili/argocd"
version = "~> 6"
version = "~> 7"
}
keycloak = {
source = "mrparkers/keycloak"
Expand Down

0 comments on commit d8a1e1d

Please sign in to comment.