mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
deps: upgrade to terraform 0.13
This commit is contained in:
parent
36b4fe6a6e
commit
6eba145ef4
4 changed files with 44 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue