Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions stacksets-shipping-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading