Skip to content

Commit

Permalink
storage account type
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent be40bdb commit 02bc9db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "azurerm_windows_virtual_machine" "active-directory-instance" {
os_disk {
name = "os-disk-${random_string.active-directory-random-string[0].result}-${count.index}"
caching = "ReadWrite"
storage_account_type = "Premium_LRS"
storage_account_type = "Standard_LRS"
}

tags = {
Expand Down

0 comments on commit 02bc9db

Please sign in to comment.