Skip to content

Commit 4db59b9

Browse files
authored
Update prod.tfvars
1 parent e22046e commit 4db59b9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

infrastructure/prod.tfvars

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
# PG Flexible Server SKU
22
pgsql_sku = "GP_Standard_D2s_v3"
33
subnet_suffix = "expanded"
4-
5-
variable "pgsql_storage_mb" {
6-
description = "Max storage allowed for the PGSql Flexibile instance"
7-
type = number
8-
default = 131072
9-
}
4+
pgsql_storage_mb = 131072

0 commit comments

Comments
 (0)