First try, fuck vpn gateways

This commit is contained in:
2025-10-02 18:07:55 +02:00
commit 7240485238
4 changed files with 222 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
output "windows_vm_private_ip" {
value = azurerm_network_interface.vm_nic.private_ip_address
}
output "vm_admin_password" {
sensitive = true
value = random_password.admin_password.result
}