Skip to content

Commit

Permalink
Fix postgres db SKU (#451)
Browse files Browse the repository at this point in the history
* updates to deploy-dev.yml to save all workflow artifacts including dockerbuild

* fix postgres_sku_name variable value

---------

Co-authored-by: marycrawford <[email protected]>
  • Loading branch information
marycrawford and marycrawford authored Dec 4, 2024
1 parent 67c8d9e commit 3f60278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/modules/database/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "resource_group_name" {
variable "postgres_sku_name" {
type = string
description = "value"
default = "Standard_B1ms"
default = "B_Standard_B1ms"
}

variable "subnet" {
Expand Down

0 comments on commit 3f60278

Please sign in to comment.