fix quota issue

This commit is contained in:
github-actions[bot]
2024-11-04 05:56:07 +00:00
parent b73933a978
commit da94aaabca
3 changed files with 11 additions and 7 deletions

View File

@@ -12,14 +12,14 @@ variable "resource_group_name_prefix" {
variable "resource_group_location" {
type = string
default = "westus"
default = "westeurope"
description = "Location of the resource group."
}
variable "sa_account_tier" {
description = "The tier of the storage account. Possible values are Standard and Premium."
type = string
default = "Standard"
default = "Premium"
}
variable "sa_account_replication_type" {