Skip to content

Commit

Permalink
try just management account since stackset deploy failed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 17, 2024
1 parent 534d178 commit a055d84
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@ Resources:
TargetRegions: !Ref TargetRegions
AwsOrgId: !Ref AwsOrgId

OamLinkStackSet:
# OamLinkStackSet:
# Type: AWS::Serverless::Application
# Properties:
# Location: "./stacksets/cloudwatch-oam-link/stackset.yaml"
# Parameters:
# AwsOrgRootId: !Ref AwsOrgRootId
# TargetRegions: !Ref TargetRegions
# AwsOamSinkArn: !Ref AwsOamSinkArn

OamLinkManagementStack:
Type: AWS::Serverless::Application
Properties:
Location: "./stacksets/cloudwatch-oam-link/stackset.yaml"
Location: "./stacksets/cloudwatch-oam-link/template.yaml"
Parameters:
AwsOrgRootId: !Ref AwsOrgRootId
TargetRegions: !Ref TargetRegions
AwsOamSinkArn: !Ref AwsOamSinkArn

0 comments on commit a055d84

Please sign in to comment.