temporily removed the lb output
This commit is contained in:
parent
9c3e3034f7
commit
edfbd5a15d
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,4 +3,5 @@
|
|||||||
crash.log
|
crash.log
|
||||||
kubeconfig.yaml
|
kubeconfig.yaml
|
||||||
kubeconfig.yaml-e
|
kubeconfig.yaml-e
|
||||||
terraform.tfvars
|
terraform.tfvars
|
||||||
|
plans.yaml
|
2
main.tf
2
main.tf
@ -153,8 +153,10 @@ resource "hcloud_placement_group" "k3s" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
data "hcloud_load_balancer" "traefik" {
|
data "hcloud_load_balancer" "traefik" {
|
||||||
name = "traefik"
|
name = "traefik"
|
||||||
|
|
||||||
depends_on = [hcloud_server.agents[0]]
|
depends_on = [hcloud_server.agents[0]]
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
@ -8,10 +8,12 @@ output "agents_public_ip" {
|
|||||||
description = "The public IP addresses of the agent server."
|
description = "The public IP addresses of the agent server."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
output "load_balancer_public_ip" {
|
output "load_balancer_public_ip" {
|
||||||
description = "The public IPv4 address of the Hetzner load balancer"
|
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" {
|
output "kubeconfig_file" {
|
||||||
value = local.kubeconfig_external
|
value = local.kubeconfig_external
|
||||||
|
Loading…
Reference in New Issue
Block a user