Skip to content

Commit d0ecc10

Browse files
jim80netQingping Hou
authored andcommitted
fix: Also set conditional for ForwarderRole
1 parent 647e8e9 commit d0ecc10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

logs_monitoring_template.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,10 @@ Resources:
391391
Action:
392392
- secretsmanager:GetSecretValue
393393
Resource:
394-
Ref: DdApiKeySecret
394+
Fn::If:
395+
- SetDdApiKeySecretFromApiKey
396+
- Ref: DdApiKeySecretFromApiKey
397+
- Ref: DdApiKeySecret
395398
- !If
396399
- SetDdFetchLambdaTags
397400
- Effect: Allow

0 commit comments

Comments
 (0)