Skip to content

Commit

Permalink
missing weaviate port access SG on rag launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Dec 16, 2024
1 parent 6ec85bb commit f18ab08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def lambda_handler(event, context):
"securityGroups": [
terraform_state_file["outputs"]["sg_ec2_ssh_access"]["value"],
terraform_state_file["outputs"]["shared_resources_sg"]["value"],
terraform_state_file["outputs"]["ec2_weaviate_port_access"][
"value"
],
],
"assignPublicIp": "ENABLED",
},
Expand Down

0 comments on commit f18ab08

Please sign in to comment.