Skip to content

Commit

Permalink
now revert last change
Browse files Browse the repository at this point in the history
We should by now have migrated the entire org to the new acocunt with this change
  • Loading branch information
tmclaugh committed Oct 23, 2024
1 parent f828669 commit 1912fa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacksets/logging/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Parameters:
Type: String

Conditions:
#IsLoggingAccount: !Equals [ !Ref AWS::AccountId, !Select [ 4, !Split [ ":", !Ref DestinationArn ] ] ]
IsLoggingAccount: !Equals [ !Ref AWS::AccountId, "156041432316" ]
IsLoggingAccount: !Equals [ !Ref AWS::AccountId, !Select [ 4, !Split [ ":", !Ref DestinationArn ] ] ]
IsNotLoggingAccount: !Not [ Condition: IsLoggingAccount ]

Resources:
Expand Down

0 comments on commit 1912fa5

Please sign in to comment.