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
+3
View File
@@ -0,0 +1,3 @@
output "datadisk_id" {
value = azurerm_managed_disk.data_disk.id
}