Skip to content

Commit 415e6bb

Browse files
changing its default value to null
Signed-off-by: PhanikumarThodupunoori <[email protected]>
1 parent 2cff013 commit 415e6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ variable "postgres_server_defaults" {
383383
availability_type = "ZONAL"
384384
ssl_enforcement_enabled = true
385385
database_flags = []
386-
edition = "ENTERPRISE"
386+
edition = null
387387
}
388388
}
389389

0 commit comments

Comments
 (0)