Skip to content

Commit

Permalink
enable log shipping stackset
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Sep 1, 2024
1 parent b1d298c commit 166b7d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions delegate-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 166b7d5

Please sign in to comment.