Skip to content

Commit

Permalink
add secret back to container def (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanEmb authored Dec 10, 2024
1 parent aaa3724 commit 1b4489a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .aws/spacejam-server-cli-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
}
],
"essential": true,
"secrets": [
{
"name": "GROQ_API_KEY",
"valueFrom": "arn:aws:ssm:us-east-2:585008081433:parameter/spacejam/GROQ_API_KEY"
}
],
"environment": [],
"mountPoints": [],
"volumesFrom": [],
Expand Down

0 comments on commit 1b4489a

Please sign in to comment.