Skip to content

Commit

Permalink
update case for preloaded libraries (#6111)
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx authored Jul 11, 2023
1 parent 502e23c commit 68d9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/services/postgres_db/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "azurerm_postgresql_flexible_server_configuration" "pgms_wait_sampling_
resource "azurerm_postgresql_flexible_server_configuration" "postgresql_shared_preload_libraries" {
name = "shared_preload_libraries"
server_id = azurerm_postgresql_flexible_server.db.id
value = "AUTO_EXPLAIN,PG_CRON,PG_STAT_STATEMENTS"
value = "auto_explain,pg_cron,pg_stat_statements"
}

# This allows us to install these extensions on the server
Expand Down

0 comments on commit 68d9b84

Please sign in to comment.