Skip to content

Commit 6c09a1b

Browse files
authored
Update prod.tfvars
1 parent ffac23e commit 6c09a1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

infrastructure/prod.tfvars

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
pgsql_sku = "GP_Standard_D2s_v3"
33
subnet_suffix = "expanded"
44

5+
variable "pgsql_storage_mb" {
6+
description = "Max storage allowed for the PGSql Flexibile instance"
7+
type = number
8+
default = 131072
9+
}

0 commit comments

Comments
 (0)