Daily snapshot: 2025-11-10

This commit is contained in:
2025-11-10 06:48:33 +00:00
parent fabb609840
commit b533e11611
9 changed files with 173 additions and 3 deletions
+4
View File
@@ -64,4 +64,8 @@ resource "azurerm_linux_virtual_machine" "vm" {
sku = "server"
version = "latest"
}
tags = {
volatile = true
}
}