mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-31 02:08:32 +00:00
Cosmetic
This commit is contained in:
@@ -87,7 +87,7 @@ resource "azurerm_image" "talos" {
|
|||||||
|
|
||||||
os_disk {
|
os_disk {
|
||||||
os_type = "Linux"
|
os_type = "Linux"
|
||||||
# os_state = "Specialized" # Specialized/Generalized
|
os_state = "Generalized" # Specialized/Generalized
|
||||||
blob_uri = azurerm_storage_blob.talos[each.key].url
|
blob_uri = azurerm_storage_blob.talos[each.key].url
|
||||||
caching = "ReadOnly"
|
caching = "ReadOnly"
|
||||||
size_gb = 8
|
size_gb = 8
|
||||||
|
|||||||
Reference in New Issue
Block a user