Skip to content

Commit ca3ee68

Browse files
Updates PostgreSQL server defaults
Signed-off-by: PhanikumarThodupunoori <[email protected]>
1 parent 415e6bb commit ca3ee68

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

variables.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,17 +383,15 @@ variable "postgres_server_defaults" {
383383
availability_type = "ZONAL"
384384
ssl_enforcement_enabled = true
385385
database_flags = []
386-
edition = null
386+
edition = "ENTERPRISE"
387387
}
388388
}
389389

390390
# User inputs
391391
variable "postgres_servers" {
392392
description = "Map of PostgreSQL server objects"
393393
type = any
394-
default = {
395-
default = {}
396-
}
394+
default = null
397395

398396
# Checking for user provided "default" server
399397
validation {

0 commit comments

Comments
 (0)