Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
SHCHERBANV committed Aug 26, 2024
1 parent 1f94a13 commit 2b8439f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/resource_group_storage/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ variable "resource_group_name" {
}

variable "location" {
description = "The Azure region to deploy resources"
description = "The location/region where the resource group will be created"
type = string
default = "West US"
default = "West Europe" # You can set a default or override it via tfvars or command line
}

variable "storage_account_name" {
Expand Down

0 comments on commit 2b8439f

Please sign in to comment.