Skip to content

Commit e3379a4

Browse files
prototyping AWS RAG Template
1 parent 65691a3 commit e3379a4

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

templates/kubernetes-awsrag-with-claude-code/aws-aurora/aurora-pgvector.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_security_group" "gtc_awsrag_aurora_sg" {
5858

5959
# First Aurora PostgreSQL Serverless v2 instance
6060
resource "aws_rds_cluster" "gtc_awsrag_aurora_postgres_1" {
61-
cluster_identifier = "gtc_awsrag_aurora_postgres_1"
61+
cluster_identifier = "gtc-awsrag-aurora-postgres-1"
6262
engine = "aurora-postgresql"
6363
engine_mode = "provisioned"
6464
engine_version = "13.9"

0 commit comments

Comments
 (0)