Skip to content

Commit

Permalink
fix: Also set conditional for ForwarderRole
Browse files Browse the repository at this point in the history
  • Loading branch information
jim80net authored and Qingping Hou committed Apr 14, 2020
1 parent 647e8e9 commit d0ecc10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion logs_monitoring_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,10 @@ Resources:
Action:
- secretsmanager:GetSecretValue
Resource:
Ref: DdApiKeySecret
Fn::If:
- SetDdApiKeySecretFromApiKey
- Ref: DdApiKeySecretFromApiKey
- Ref: DdApiKeySecret
- !If
- SetDdFetchLambdaTags
- Effect: Allow
Expand Down

0 comments on commit d0ecc10

Please sign in to comment.