Skip to content

Commit 18c82bf

Browse files
committed
adding Postgres server and database config
1 parent c108688 commit 18c82bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/PostgreSQL_Server/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ module "postgresql-db" {
2424
admin_password = "H@Sh1CoR3!"
2525
# Database name, charset and collection arguments
2626
database_name = "demomy-postgres-db"
27-
charset = "utf8"
28-
collation = "utf8_unicode_ci"
27+
charset = "UTF8"
28+
collation = "English_United States.1252"
2929
# Storage Profile and other optional arguments
3030
auto_grow_enabled = true
3131
backup_retention_days = 7

0 commit comments

Comments
 (0)