Skip to content

Commit 5f118dd

Browse files
committed
clarify psql extension requirements
1 parent daf98c2 commit 5f118dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/aws/terraform.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ tags = {} # for example: { "owner|email" = "<you>@<domain>.<com>", "key1" = "val
2626
# Default networking option: Public access (allowed IP addresses) is enabled
2727
# If you do not need an external database server remove the 'postgres_servers'
2828
# block below.
29+
# Extensions:
30+
# - PGCRYPTO: Required for basic app functionality
31+
# - VECTOR: Optional - Needed if not using weaviate / other vector db solution
2932
postgres_servers = {
3033
default = {
3134
administrator_login = "<admin-username>"

examples/azure/terraform.tfvars

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ postgres_servers = {
4040

4141
version = "15"
4242
# Necessary extensions for RAM to function
43+
# Extensions:
44+
# - PGCRYPTO: Required for basic app functionality
45+
# - VECTOR: Optional - Needed if not using weaviate / other vector db solution
4346
postgresql_configurations = [
4447
{
4548
name = "azure.extensions"

0 commit comments

Comments
 (0)