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