Skip to content

Commit

Permalink
feat!: point the Argo CD provider to the new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 9, 2024
1 parent c5d5cb1 commit f683b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
argocd = {
source = "oboukili/argocd"
version = ">= 5"
source = "argoproj-labs/argocd"
version = ">= 6"
}
utils = {
source = "cloudposse/utils"
Expand Down

0 comments on commit f683b58

Please sign in to comment.