From 6c24c2f1e850af0c9a8850e4d4cf611bafa80526 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Fri, 19 Sep 2025 14:36:06 -0400 Subject: [PATCH] remove dd integration stack in prep for update to v2 of template --- stacksets-shipping-template.yaml | 22 +++++++++++----------- template.yaml | 18 +++++++++--------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/stacksets-shipping-template.yaml b/stacksets-shipping-template.yaml index 1e1f8b1..051b299 100644 --- a/stacksets-shipping-template.yaml +++ b/stacksets-shipping-template.yaml @@ -28,17 +28,17 @@ Parameters: Type: String Resources: - 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: 'false' +# 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: 'false' LogShippingStackSet: Type: AWS::Serverless::Application diff --git a/template.yaml b/template.yaml index 9c56d67..c93ca12 100644 --- a/template.yaml +++ b/template.yaml @@ -26,15 +26,15 @@ Parameters: Type: String Resources: - DatadogIntegrationStack: - Type: AWS::Serverless::Application - Properties: - Location: "https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml" - Parameters: - DatadogApiKey: !Ref DatadogApiKey - DatadogAppKey: !Ref DatadogAppKey - DatadogSite: !Ref DatadogSite - DisableMetricCollection: 'false' +# DatadogIntegrationStack: +# Type: AWS::Serverless::Application +# Properties: +# Location: "https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml" +# Parameters: +# DatadogApiKey: !Ref DatadogApiKey +# DatadogAppKey: !Ref DatadogAppKey +# DatadogSite: !Ref DatadogSite +# DisableMetricCollection: 'false' LogShippingStack: Type: AWS::Serverless::Application