diff --git a/delegate-template.yaml b/delegate-template.yaml index be5e25b..54f8b07 100644 --- a/delegate-template.yaml +++ b/delegate-template.yaml @@ -51,16 +51,16 @@ Resources: DatadogSite: !Ref DatadogSite DisableMetricCollection: 'true' -# LogShippingStackSet: -# Type: AWS::Serverless::Application -# DependsOn: -# - DatadogShippingStackSet -# Properties: -# Location: "./stacksets/logging/stackset.yaml" -# Parameters: -# DestinationArn: !Ref DataDogLogsDestinationArn -# DeploymentOrgId: !Ref AwsOrgRootId -# TargetRegions: !Ref TargetRegions + LogShippingStackSet: + Type: AWS::Serverless::Application + DependsOn: + - DatadogShippingStackSet + Properties: + Location: "./stacksets/logging/stackset.yaml" + Parameters: + DestinationArn: !Ref DataDogLogsDestinationArn + DeploymentOrgId: !Ref AwsOrgRootId + TargetRegions: !Ref TargetRegions # CwCrossAccountShareStackSet: # Type: AWS::Serverless::Application