Init commit
This commit is contained in:
13
infra/outputs.tf
Normal file
13
infra/outputs.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
output "nodes_ipv4" {
|
||||
value = module.cluster.ip_addresses
|
||||
}
|
||||
|
||||
output "nodes_hostnames" {
|
||||
value = module.cluster.hostnames
|
||||
}
|
||||
|
||||
output "nodes_vmid" {
|
||||
value = module.cluster.vmids
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user