We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffac23e commit 6c09a1bCopy full SHA for 6c09a1b
infrastructure/prod.tfvars
@@ -2,3 +2,8 @@
2
pgsql_sku = "GP_Standard_D2s_v3"
3
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
+}
0 commit comments