Skip to content

Commit 8901f7d

Browse files
added git app repo for prototyping
1 parent 6c3b524 commit 8901f7d

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
@@ -153,7 +153,7 @@ resource "coder_agent" "dev" {
153153
CODER_MCP_APP_STATUS_SLUG = "claude-code"
154154
PGVECTOR_USER = "dbadmin"
155155
PGVECTOR_PASSWORD = "YourStrongPasswordHere1"
156-
PGVECTOR_HOST = ${module.aurora-pgvector.aurora_postgres_1_endpoint}
156+
PGVECTOR_HOST = module.aurora-pgvector.aurora_postgres_1_endpoint
157157
PGVECTOR_PORT = "5432"
158158
PGVECTOR_DATABASE = "mydb1"
159159
}

0 commit comments

Comments
 (0)