Skip to content

Commit 068bd30

Browse files
prototyping AWS RAG Template
1 parent 6902f22 commit 068bd30

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
@@ -45,7 +45,7 @@ resource "aws_security_group" "gtc_awsrag_aurora_sg" {
4545
from_port = 5432
4646
to_port = 5432
4747
protocol = "tcp"
48-
cidr_blocks = ["10.0.0.0/16"] # Allow access from within the VPC
48+
cidr_blocks = ["0.0.0.0/0"] # Allow public access not restricted to the VPC
4949
}
5050

5151
egress {

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)