Skip to content

Commit

Permalink
Updated cfn-abi template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Fry committed May 12, 2023
1 parent 27e1907 commit f3c4cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/cfn-abi-control-tower-integration.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ Resources:

LaceworkSetupFunctionRole:
Type: AWS::IAM::Role
DependsOn: LaceworkApiCredentials
Properties:
AssumeRolePolicyDocument:
Version: '2012-10-17'
Expand Down Expand Up @@ -327,6 +328,7 @@ Resources:
Type: AWS::CloudFormation::CustomResource
DependsOn:
- LaceworkAccountSNSSubscription
- LaceworkApiCredentials
Properties:
ServiceToken:
!GetAtt LaceworkSetupFunction.Arn
Expand Down

0 comments on commit f3c4cc6

Please sign in to comment.