Skip to content

Commit 691203b

Browse files
prototyping AWS RAG Template
1 parent 4a8adfd commit 691203b

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
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
@@ -18,7 +18,7 @@ resource "aws_subnet" "gtc_awsrag_private_subnets" {
1818
count = 3
1919
vpc_id = aws_vpc.gtc_awsrag_shared_vpc.id
2020
cidr_block = "10.0.${count.index + 1}.0/24"
21-
availability_zone = "us-east-1${["a", "b", "c"][count.index]}"
21+
availability_zone = "us-west-2${["a", "b", "c"][count.index]}"
2222

2323
tags = {
2424
Name = "gtc_awsrag_private-subnet-${count.index + 1}"

templates/terraform.tfstate

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

templates/terraform.tfstate.backup

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)