Fixing Microsoft ATA on Azure
This commit is contained in:
@@ -3,4 +3,5 @@ locals {
|
||||
splunk_url = "https://${azurerm_public_ip.logger-publicip.ip_address}:8000"
|
||||
ata_url = "https://${azurerm_public_ip.wef-publicip.ip_address}"
|
||||
guacamole_url = "http://${azurerm_public_ip.logger-publicip.ip_address}:8080/guacamole"
|
||||
}
|
||||
velociraptor_url = "https://${azurerm_public_ip.logger-publicip.ip_address}:9999"
|
||||
}
|
||||
|
||||
@@ -32,4 +32,8 @@ output "splunk_url" {
|
||||
|
||||
output "guacamole_url" {
|
||||
value = local.guacamole_url
|
||||
}
|
||||
}
|
||||
|
||||
output "velociraptor_url" {
|
||||
value = local.velociraptor_url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user