Skip to content

Commit

Permalink
Update postgresql_flexible_server_database.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
madKrypton authored Jan 21, 2025
1 parent 4c98155 commit 6f7cbba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "azurerm_postgresql_flexible_server_database" "example" {
name = "exampledb"
server_id = azurerm_postgresql_flexible_server.example.id
collation = "en_US.utf8"
charset = "utf8"
charset = "UTF8"
# prevent the possibility of accidental data loss
lifecycle {
Expand Down

0 comments on commit 6f7cbba

Please sign in to comment.