Fix Bedrock

This commit is contained in:
Cyber MacGeddon 2024-10-15 19:20:23 +01:00
parent b76e9106dc
commit 724ebf0c32
2 changed files with 14 additions and 8 deletions

View file

@ -16,7 +16,7 @@ local chunker = import "chunker-recursive.jsonnet";
local envSecrets = engine.envSecrets("bedrock-credentials")
.with_env_var("AWS_ID_KEY", "aws-id-key")
.with_env_var("AWS_SECRET_KEY", "aws-secret-key")
.with_env_var("AWS_SECRET", "aws-secret")
.with_env_var("AWS_REGION", "aws-region");
local container =