Skip to content

Commit

Permalink
Merge pull request #2 from joscheuerer/patch-1
Browse files Browse the repository at this point in the history
Update variables.tf
  • Loading branch information
joscheuerer authored Apr 26, 2024
2 parents 9e6d167 + decfeb1 commit 7a724e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ variable "ssh_key_values" {
variable "storage_account_type" {
description = "Defines the type of storage account to be created. Valid options are Standard_LRS, Standard_ZRS, Standard_GRS, Standard_RAGRS, Premium_LRS."
type = string
default = "Premium_LRS"
default = "Standard_LRS"
}

variable "storage_os_disk_size_gb" {
Expand Down

0 comments on commit 7a724e7

Please sign in to comment.