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]
|
||||
}
|
||||
|
@ -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" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user