Skip to content

Commit

Permalink
bring back datadog integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Sep 1, 2024
1 parent 4300d1a commit b1d298c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions delegate-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ Resources:
DatadogSite: !Ref DatadogSite
DatadogApiKey: !Ref DatadogApiKey

# DatadogIntegrationStackSet:
# Type: AWS::Serverless::Application
# Properties:
# Location: "./stacksets/datadog-integration/stackset.yaml"
# Parameters:
# DeploymentOrgId: !Ref AwsOrgRootId
# TargetRegions: !Ref TargetRegions
# DatadogApiKey: !Ref DatadogApiKey
# DatadogAppKey: !Ref DatadogAppKey
# DatadogSite: !Ref DatadogSite
# DisableMetricCollection: 'true'
DatadogIntegrationStackSet:
Type: AWS::Serverless::Application
Properties:
Location: "./stacksets/datadog-integration/stackset.yaml"
Parameters:
DeploymentOrgId: !Ref AwsOrgRootId
TargetRegions: !Ref TargetRegions
DatadogApiKey: !Ref DatadogApiKey
DatadogAppKey: !Ref DatadogAppKey
DatadogSite: !Ref DatadogSite
DisableMetricCollection: 'true'

# LogShippingStackSet:
# Type: AWS::Serverless::Application
Expand Down

0 comments on commit b1d298c

Please sign in to comment.