Skip to content

Commit

Permalink
DTSAM-303 Resize PG Default - pgsql_sku added and defaulted to GP_Sta…
Browse files Browse the repository at this point in the history
…ndard_D2s_v3 (#1908)
  • Loading branch information
mikebrownccd authored May 14, 2024
1 parent 56d91ea commit 2b4608e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ module "org-role-mapping-database-v15" {
component = var.component
common_tags = var.common_tags
pgsql_version = "15"
pgsql_sku = var.pgsql_sku

# Setup Access Reader db user
force_user_permissions_trigger = "5"
Expand Down
5 changes: 5 additions & 0 deletions infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ variable "kv_subscription" {
default = "DCD-CNP-DEV"
type = string
description = "Update this with the name of the subscription where the single server key vault is. Defaults to DCD-CNP-DEV."
}

variable "pgsql_sku" {
description = "The PGSql flexible server instance sku"
default = "GP_Standard_D2s_v3"
}

0 comments on commit 2b4608e

Please sign in to comment.