deps: upgrade to terraform 0.13

This commit is contained in:
Julian Tölle 2021-12-03 22:02:57 +01:00
parent 36b4fe6a6e
commit 6eba145ef4
4 changed files with 44 additions and 7 deletions

View file

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