This commit is contained in:
2024-08-06 17:33:59 +02:00
parent 6e1f478ce5
commit da14091106
81 changed files with 549 additions and 185 deletions

View File

@@ -266,10 +266,10 @@ resource "grid_deployment" "d1" {
output "wg_config" {
value = grid_network.net1.access_wg_config
}
output "node1_zmachine1_ip" {
output "node1_zero_vm1_ip" {
value = grid_deployment.d1.vms[0].ip
}
output "node1_zmachine2_ip" {
output "node1_zero_vm2_ip" {
value = grid_deployment.d1.vms[1].ip
}
output "public_ip" {

View File

@@ -70,7 +70,7 @@ resource "grid_name_proxy" "p1" {
output "fqdn" {
value = data.grid_gateway_domain.domain.fqdn
}
output "node1_zmachine1_ip" {
output "node1_zero_vm1_ip" {
value = grid_deployment.d1.vms[0].ip
}
output "public_ip" {