This commit is contained in:
Serge Logvinov
2022-06-15 11:00:27 +03:00
parent ced3058862
commit 77e992894c

View File

@@ -86,8 +86,8 @@ resource "azurerm_image" "talos" {
hyper_v_generation = "V2"
os_disk {
os_type = "Linux"
# os_state = "Specialized" # Specialized/Generalized
os_type = "Linux"
os_state = "Generalized" # Specialized/Generalized
blob_uri = azurerm_storage_blob.talos[each.key].url
caching = "ReadOnly"
size_gb = 8