From b1d298c728f12f0d3c642a5c0e3160f3743055ac Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sun, 1 Sep 2024 14:57:42 -0400 Subject: [PATCH] bring back datadog integration --- delegate-template.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/delegate-template.yaml b/delegate-template.yaml index 9406185..be5e25b 100644 --- a/delegate-template.yaml +++ b/delegate-template.yaml @@ -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