Skip to content

Commit

Permalink
Updated sku_name for flex server
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Oct 8, 2024
1 parent e39e4a6 commit 2b37a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/azurerm_postgresql_flex/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "server_name" {
variable "sku_name" {
description = "The SKU Name for the PostgreSQL Flexible Server. The name of the SKU, follows the tier + name pattern (e.g. B_Standard_B1ms, GP_Standard_D2s_v3, MO_Standard_E4s_v3)."
type = string
default = "GP_Standard_D4ds_v5"
default = "GP_Standard_D4s_v3"
}

variable "storage_mb" {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ variable "postgres_server_defaults" {
description = ""
type = any
default = {
sku_name = "GP_Standard_D4ds_v5"
sku_name = "GP_Standard_D4s_v3"
storage_mb = 131072
backup_retention_days = 7
geo_redundant_backup_enabled = false
Expand Down

0 comments on commit 2b37a4a

Please sign in to comment.