Skip to content

Commit

Permalink
Merge pull request #6 from jrjohnson/correct-secret
Browse files Browse the repository at this point in the history
Point to the correct secret arn
  • Loading branch information
jrjohnson authored Mar 20, 2020
2 parents 2a79425 + 8375adf commit 4af7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider:
- Effect: "Allow"
Action:
- secretsmanager:GetSecretValue
Resource: "arn:aws:secretsmanager:us-west-1:224909451030:secret:som/qualtrics/api_key-hwxXLY"
Resource: "arn:aws:secretsmanager:us-west-2:324125712306:secret:som/qualtrics/api_key-iVmbWI"

- Effect: "Allow"
Action:
Expand Down

0 comments on commit 4af7090

Please sign in to comment.