terraform fmt

This commit is contained in:
phaer 2022-02-14 11:24:30 +01:00
parent 41563fb938
commit 8c40b53d14
2 changed files with 2 additions and 2 deletions

View File

@ -156,5 +156,5 @@ resource "hcloud_placement_group" "k3s" {
data "hcloud_load_balancer" "traefik" {
name = "traefik"
depends_on = [ hcloud_server.first_control_plane ]
depends_on = [hcloud_server.first_control_plane]
}