Skip to content

Commit

Permalink
Update version.tf (#8)
Browse files Browse the repository at this point in the history
* Update version.tf

* Update version.tf
  • Loading branch information
Joost Döbken authored Oct 26, 2020
1 parent 62db14a commit 848b0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/cluster/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ terraform {
required_version = ">= 0.13"
required_providers {
hcloud = {
source = "terraform-providers/hcloud"
source = "hetznercloud/hcloud"
version = "1.22.0"
}
}
}
}

0 comments on commit 848b0a9

Please sign in to comment.