Skip to content

Commit

Permalink
Merge pull request #35 from remerge/DATA-326
Browse files Browse the repository at this point in the history
Switch back to official Leaseweb provider
  • Loading branch information
hollow authored Mar 28, 2024
2 parents 0dfb245 + 00b5077 commit 8e379b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions leaseweb/server/installation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ terraform {
required_providers {
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
# source = "LeaseWeb/leaseweb"
source = "hollow/leaseweb"
version = "0.3.3-1"
source = "LeaseWeb/leaseweb"
version = "0.4.0"
}
}
}

0 comments on commit 8e379b5

Please sign in to comment.