Skip to content

Commit

Permalink
fix: change to looser versions constraints as per berst practices
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Mar 6, 2023
1 parent 1c69176 commit 435fcf5
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
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
argocd = {
source = "oboukili/argocd"
version = "~> 4"
version = ">= 4"
}
utils = {
source = "cloudposse/utils"
version = "~> 1"
version = ">= 1"
}
}
}

0 comments on commit 435fcf5

Please sign in to comment.