From 77e992894c04797b0a039d9ae0aff66a8fa1c86f Mon Sep 17 00:00:00 2001 From: Serge Logvinov Date: Wed, 15 Jun 2022 11:00:27 +0300 Subject: [PATCH] Cosmetic --- azure/images/gallery.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/images/gallery.tf b/azure/images/gallery.tf index 2be34e9..5723634 100644 --- a/azure/images/gallery.tf +++ b/azure/images/gallery.tf @@ -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