Skip to content

Commit 4456d27

Browse files
committed
fix: update comments for clarity in talos.tf
1 parent 76cee04 commit 4456d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

talos.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ locals {
4444
kube_prism_host = "127.0.0.1"
4545
kube_prism_port = 7445
4646

47-
# Cluster Status
47+
# Cluster Health
4848
talos_healthcheck_enabled = var.cluster_healthcheck_enabled && local.talos_discovery_enabled
4949

50-
# Cluster
50+
# Cluster Status
5151
cluster_initialized = length(data.hcloud_certificates.state.certificates) > 0
5252
}
5353

0 commit comments

Comments
 (0)