Skip to content

Commit e22046e

Browse files
authored
Update variables.tf
1 parent 6c09a1b commit e22046e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "aks_subscription_id" {}
4747
variable "pgsql_storage_mb" {
4848
description = "Max storage allowed for the PGSql Flexibile instance"
4949
type = number
50-
default = 131072
50+
default = 65536
5151
}
5252

5353
variable "subnet_suffix" {

0 commit comments

Comments
 (0)