Skip to content

Commit

Permalink
shouldn't need to set DELEGATED_ADMIN on stacksets anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 23, 2024
1 parent 65e5e14 commit 36224fd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion stacksets/datadog-integration/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Resources:
Properties:
StackSetName: DatadogIntegration
Description: Datadog integration
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: DatadogSite
ParameterValue: !Ref DatadogSite
Expand Down
3 changes: 0 additions & 3 deletions stacksets/datadog-shipping/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Resources:
Properties:
StackSetName: DatadogLogShipping
Description: Datadog log shipping
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: DatadogSite
ParameterValue: !Ref DatadogSite
Expand Down Expand Up @@ -63,7 +62,6 @@ Resources:
Properties:
StackSetName: DatadogMetricsStreams
Description: Datadog metrics stream
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: DatadogApiKey
ParameterValue: !Ref DatadogApiKey
Expand Down Expand Up @@ -100,7 +98,6 @@ Resources:
Properties:
StackSetName: CloudWatchMetricsSink
Description: CloudWatch metrics cross-account sink
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: AwsOrgId
ParameterValue: !Ref AwsOrgId
Expand Down
1 change: 0 additions & 1 deletion stacksets/logging/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Resources:
Properties:
StackSetName: DatadogLogging
Description: Datadog logging
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: DestinationArn
ParameterValue: !Ref DestinationArn
Expand Down
2 changes: 0 additions & 2 deletions stacksets/metrics/stackset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Resources:
Type: AWS::CloudFormation::StackSet
Properties:
StackSetName: CloudWatchOamLink
CallAs: DELEGATED_ADMIN
Description: CloudWatch OAM Link
Parameters:
- ParameterKey: AwsOamSinkArn
Expand All @@ -59,7 +58,6 @@ Resources:
Properties:
StackSetName: CloudWatchCrossAccountShare
Description: CloudWatch cross-account sharing
CallAs: DELEGATED_ADMIN
Parameters:
- ParameterKey: ObservabilityOuPath
ParameterValue: !Ref ObservabilityOuPath
Expand Down

0 comments on commit 36224fd

Please sign in to comment.