Skip to content

Commit

Permalink
Test Leaseweb beta provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow committed Oct 17, 2024
1 parent 20f369f commit 37819d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions leaseweb/server/installation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ terraform {
required_providers {
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
source = "LeaseWeb/leaseweb"
version = "~> 0.4"
source = "LeaseWeb/leaseweb"
}
}
}
3 changes: 1 addition & 2 deletions op/host/leaseweb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ terraform {
}
# https://registry.terraform.io/providers/LeaseWeb/leaseweb/latest
leaseweb = {
source = "LeaseWeb/leaseweb"
version = "~> 0.4"
source = "LeaseWeb/leaseweb"
}
}
}

0 comments on commit 37819d5

Please sign in to comment.