From f3c4cc6e62406d41f8d4addb752515ff96417254 Mon Sep 17 00:00:00 2001 From: Jeff Fry Date: Fri, 12 May 2023 09:16:38 -0700 Subject: [PATCH] Updated cfn-abi template. --- templates/cfn-abi-control-tower-integration.template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/cfn-abi-control-tower-integration.template.yaml b/templates/cfn-abi-control-tower-integration.template.yaml index 5035d23..eac86fe 100644 --- a/templates/cfn-abi-control-tower-integration.template.yaml +++ b/templates/cfn-abi-control-tower-integration.template.yaml @@ -213,6 +213,7 @@ Resources: LaceworkSetupFunctionRole: Type: AWS::IAM::Role + DependsOn: LaceworkApiCredentials Properties: AssumeRolePolicyDocument: Version: '2012-10-17' @@ -327,6 +328,7 @@ Resources: Type: AWS::CloudFormation::CustomResource DependsOn: - LaceworkAccountSNSSubscription + - LaceworkApiCredentials Properties: ServiceToken: !GetAtt LaceworkSetupFunction.Arn