Update Terraform hcloud to v1.36.0 #8

Merged
kjuulh merged 1 commits from renovate/all into main 2022-11-09 17:35:51 +01:00
Showing only changes of commit f1494b1817 - Show all commits

View File

@ -2,7 +2,7 @@ terraform {
required_providers { required_providers {
hcloud = { hcloud = {
source = "hetznercloud/hcloud" source = "hetznercloud/hcloud"
version = "1.35.2" version = "1.36.0"
} }
} }