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 6c09a1b commit e22046eCopy full SHA for e22046e
infrastructure/variables.tf
@@ -47,7 +47,7 @@ variable "aks_subscription_id" {}
47
variable "pgsql_storage_mb" {
48
description = "Max storage allowed for the PGSql Flexibile instance"
49
type = number
50
- default = 131072
+ default = 65536
51
}
52
53
variable "subnet_suffix" {
0 commit comments