Skip to content

Commit 811d0fb

Browse files
authored
Merge pull request #385 from dhuwsumi/update_tao
updated tao
2 parents 1a61f48 + 155cdad commit 811d0fb

File tree

3 files changed

+572
-8
lines changed

3 files changed

+572
-8
lines changed

data-collection/deploy/deploy-data-collection.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@ Resources:
10481048
StepFunctionTemplate: !FindInMap [StepFunctionCode, main-state-machine, TemplatePath]
10491049
StepFunctionExecutionRoleARN: !GetAtt StepFunctionExecutionRole.Arn
10501050
SchedulerExecutionRoleARN: !GetAtt SchedulerExecutionRole.Arn
1051+
LambdaManageGlueTableARN: !GetAtt LambdaManageGlueTable.Arn
10511052

10521053
RightsizeModule:
10531054
Type: AWS::CloudFormation::Stack

data-collection/deploy/deploy-in-linked-account.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Resources:
177177
- "trustedadvisor:ListRecommendations"
178178
- "trustedadvisor:ListRecommendationResources"
179179
- "trustedadvisor:GetRecommendation"
180+
- "trustedadvisor:ListChecks"
180181
Resource: "*" # Wildcard required as actions do not support resource-level permissions
181182
Roles:
182183
- Ref: LambdaRole

0 commit comments

Comments
 (0)