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 e22046e commit 4db59b9Copy full SHA for 4db59b9
infrastructure/prod.tfvars
@@ -1,9 +1,4 @@
1
# PG Flexible Server SKU
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
-}
+pgsql_storage_mb = 131072
0 commit comments