s
This commit is contained in:
@@ -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" {
|
||||
|
@@ -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" {
|
||||
|
Reference in New Issue
Block a user