deps: upgrade to terraform 0.14

This commit is contained in:
Julian Tölle 2021-12-03 22:14:35 +01:00
parent 6eba145ef4
commit 815a3192c5
4 changed files with 104 additions and 14 deletions

View file

@ -4,7 +4,5 @@ variable "hcloud_token" {}
# Configure the Hetzner Cloud Provider
provider hcloud {
version = "~> 1.30"
token = var.hcloud_token
}