Small fixes for azure
This commit is contained in:
@@ -18,6 +18,10 @@ output "win10_public_ip" {
|
||||
value = azurerm_public_ip.win10-publicip.ip_address
|
||||
}
|
||||
|
||||
output "exchange_public_ip" {
|
||||
value = azurerm_public_ip.exchange-publicip[0].ip_address
|
||||
}
|
||||
|
||||
output "ata_url" {
|
||||
value = local.ata_url
|
||||
}
|
||||
@@ -39,5 +43,5 @@ output "velociraptor_url" {
|
||||
}
|
||||
|
||||
output "exchange_url" {
|
||||
value = local.velociraptor_url
|
||||
value = local.exchange_url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user