Skip to content

Commit

Permalink
try and avoid a timing issue with policy change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 17, 2024
1 parent c9520ce commit 6420938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Resources:

# OamLinkStackSet:
# Type: AWS::Serverless::Application
# DependsOn: OamSinkStackSet
# Properties:
# Location: "./stacksets/cloudwatch-oam-link/stackset.yaml"
# Parameters:
Expand All @@ -53,6 +54,7 @@ Resources:

OamLinkManagementStack:
Type: AWS::Serverless::Application
DependsOn: OamSinkStackSet
Properties:
Location: "./stacksets/cloudwatch-oam-link/template.yaml"
Parameters:
Expand Down

0 comments on commit 6420938

Please sign in to comment.