diff --git a/outputs.tf b/script/outputs.tf similarity index 96% rename from outputs.tf rename to script/outputs.tf index 49ecc45..157c900 100644 --- a/outputs.tf +++ b/script/outputs.tf @@ -2,4 +2,4 @@ output "public_ip_address" { description = "The actual ip address allocated to the On Prem Management VM" value = azurerm_public_ip.onprem-mgmt-pip.ip_address -} \ No newline at end of file +}