Skip to content

Commit 3dced86

Browse files
prototyping AWS RAG Template
1 parent 1b84063 commit 3dced86

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

templates/kubernetes-awsrag-with-claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ resource "coder_agent" "dev" {
140140
fi
141141
142142
# Enable Vector extension on Aurora PostgreSQL instance
143-
PGPASSWORD="YourStrongPasswordHere1" psql -h ${aws_rds_cluster.gtc_awsrag_aurora_postgres_1.endpoint} -U dbadmin -d mydb1 -c "CREATE EXTENSION IF NOT EXISTS vector;"
143+
PGPASSWORD="YourStrongPasswordHere1" psql -h ${module.aurora-pgvector.aurora_postgres_1_endpoint} -U dbadmin -d mydb1 -c "CREATE EXTENSION IF NOT EXISTS vector;"
144144
145145
EOT
146146

0 commit comments

Comments
 (0)