Skip to content

Commit

Permalink
Merge pull request #40 from remerge/fix-version-constraint
Browse files Browse the repository at this point in the history
Fix provider version constraint
  • Loading branch information
hollow authored Apr 19, 2024
2 parents 026262f + 63510df commit 2d8deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaseweb/server/installation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
source = "LeaseWeb/leaseweb"
version = "0.4.0"
version = "~> 0.4"
}
}
}

0 comments on commit 2d8deb3

Please sign in to comment.