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]
}

View File

@ -10,7 +10,7 @@ output "agents_public_ip" {
output "load_balancer_public_ip" {
description = "The public IPv4 address of the Hetzner load balancer"
value = data.hcloud_load_balancer.traefik.ipv4
value = data.hcloud_load_balancer.traefik.ipv4
}
output "kubeconfig_file" {