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 c108688 commit 18c82bfCopy full SHA for 18c82bf
examples/PostgreSQL_Server/main.tf
@@ -24,8 +24,8 @@ module "postgresql-db" {
24
admin_password = "H@Sh1CoR3!"
25
# Database name, charset and collection arguments
26
database_name = "demomy-postgres-db"
27
- charset = "utf8"
28
- collation = "utf8_unicode_ci"
+ charset = "UTF8"
+ collation = "English_United States.1252"
29
# Storage Profile and other optional arguments
30
auto_grow_enabled = true
31
backup_retention_days = 7
0 commit comments