Fix Terraform

This commit is contained in:
Chris Long
2021-03-13 20:20:05 -08:00
parent 363454ca62
commit 2e6d3899f8
4 changed files with 6 additions and 9 deletions

View File

@@ -18,10 +18,6 @@ output "win10_public_ip" {
value = azurerm_public_ip.win10-publicip.ip_address
}
output "exchange_public_ip" {
value = azurerm_public_ip.exchange-publicip.ip_address
}
output "ata_url" {
value = local.ata_url
}
@@ -44,4 +40,4 @@ output "velociraptor_url" {
output "exchange_url" {
value = local.velociraptor_url
}
}