This commit is contained in:
Alex
2025-09-03 07:14:46 +02:00
parent b1c7c6d398
commit 62a5d49163
13 changed files with 1393 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
output "controller_ip" {
value = var.controller_ip
}
output "worker1_ip" {
value = var.worker1_ip
}
output "worker2_ip" {
value = var.worker2_ip
}