Skip to content

Commit

Permalink
fix: use >= version constraint for providers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcozd committed Sep 20, 2023
1 parent 4874800 commit 4791149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
archive = {
source = "hashicorp/archive"
version = "~> 2.2"
version = ">= 2.2"
}
}
}

0 comments on commit 4791149

Please sign in to comment.