Skip to content

Commit

Permalink
reduce the sku_name to Standard_B1ms
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Nov 21, 2024
1 parent 2423ed1 commit 47014cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/terraform/modules/database/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ variable "resource_group_name" {
description = "The Azure Resource Group to deploy to"
}

# Designed for medium to high-performance workloads and is scalable.
# May downsize to Standard_B1ms for development environments and small workloads.
# Production may be able to scale to GP_Standard_D2ds_v4 (General Purpose Tier)
# which is designed for medium to high-performance workloads and is scalable.
variable "sku_name" {
type = string
description = "value"
default = "GP_Standard_D2ds_v4" # General Purpose tier
default = "Standard_B1ms" # General Purpose tier for low cost virtual machines
}

variable "subnet" {
Expand Down

0 comments on commit 47014cd

Please sign in to comment.