Skip to content

Commit cfa2242

Browse files
fix: explicitly set os-disk to Premium_LRS (#9)
1 parent e2f58bf commit cfa2242

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ resource "azurerm_orchestrated_virtual_machine_scale_set" "firezone" {
5151
}
5252
}
5353

54+
os_disk {
55+
caching = "None"
56+
storage_account_type = "Premium_LRS"
57+
}
58+
5459
extension {
5560
name = "firezone-gateway-install"
5661
publisher = "Microsoft.Azure.Extensions"

0 commit comments

Comments
 (0)