terraform fmt
This commit is contained in:
parent
41563fb938
commit
8c40b53d14
2
main.tf
2
main.tf
@ -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]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user