Restructure into modules to enable persistent disk

This commit is contained in:
2025-10-04 16:57:12 +02:00
parent 3cfe796184
commit 8d2fc90a25
12 changed files with 253 additions and 194 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
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
value = module.ephemeral.vm_admin_password
}