initial scaffold
This commit is contained in:
commit
5c2080a73b
31 changed files with 1244 additions and 0 deletions
8
terraform/outputs.tf
Normal file
8
terraform/outputs.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
output "server_ip" {
|
||||
description = "IP of the k3s server node — fetch its kubeconfig from here"
|
||||
value = local.server_ip
|
||||
}
|
||||
|
||||
output "node_ips" {
|
||||
value = { for name, n in var.nodes : name => n.ip }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue