Skip to content

Commit c66901f

Browse files
authored
Merge pull request #5 from ServerlessOpsIO/update/datadog-template-v2-prep
remove dd integration stack in prep for update to v2 of template
2 parents 3d62e6b + 6c24c2f commit c66901f

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

stacksets-shipping-template.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Parameters:
2828
Type: String
2929

3030
Resources:
31-
DatadogIntegrationStackSet:
32-
Type: AWS::Serverless::Application
33-
Properties:
34-
Location: "./stacksets/datadog-integration/stackset.yaml"
35-
Parameters:
36-
DeploymentOrgId: !Ref AwsOrgRootId
37-
TargetRegions: !Ref TargetRegions
38-
DatadogApiKey: !Ref DatadogApiKey
39-
DatadogAppKey: !Ref DatadogAppKey
40-
DatadogSite: !Ref DatadogSite
41-
DisableMetricCollection: 'false'
31+
# DatadogIntegrationStackSet:
32+
# Type: AWS::Serverless::Application
33+
# Properties:
34+
# Location: "./stacksets/datadog-integration/stackset.yaml"
35+
# Parameters:
36+
# DeploymentOrgId: !Ref AwsOrgRootId
37+
# TargetRegions: !Ref TargetRegions
38+
# DatadogApiKey: !Ref DatadogApiKey
39+
# DatadogAppKey: !Ref DatadogAppKey
40+
# DatadogSite: !Ref DatadogSite
41+
# DisableMetricCollection: 'false'
4242

4343
LogShippingStackSet:
4444
Type: AWS::Serverless::Application

template.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Parameters:
2626
Type: String
2727

2828
Resources:
29-
DatadogIntegrationStack:
30-
Type: AWS::Serverless::Application
31-
Properties:
32-
Location: "https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml"
33-
Parameters:
34-
DatadogApiKey: !Ref DatadogApiKey
35-
DatadogAppKey: !Ref DatadogAppKey
36-
DatadogSite: !Ref DatadogSite
37-
DisableMetricCollection: 'false'
29+
# DatadogIntegrationStack:
30+
# Type: AWS::Serverless::Application
31+
# Properties:
32+
# Location: "https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml"
33+
# Parameters:
34+
# DatadogApiKey: !Ref DatadogApiKey
35+
# DatadogAppKey: !Ref DatadogAppKey
36+
# DatadogSite: !Ref DatadogSite
37+
# DisableMetricCollection: 'false'
3838

3939
LogShippingStack:
4040
Type: AWS::Serverless::Application

0 commit comments

Comments
 (0)