Skip to content

Commit

Permalink
Merge pull request #56 from axiomhq/fix-syntax-error
Browse files Browse the repository at this point in the history
fix syntax error on conditions
  • Loading branch information
SollyzDev authored Apr 5, 2024
2 parents 44d4618 + 0fbb5a3 commit 653f29f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudwatch-ingester-axiom-cloudformation-stack.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Parameters:
Conditions:
HasCloudWatchLogGroupName: !Not
- !Equals
- ''
- !Ref CloudWatchLogGroupName
- ''
- !Ref CloudWatchLogGroupName
Resources:
LogGroupSubscriptionFilter:
Type: AWS::Logs::SubscriptionFilter
Conditions: HasCloudWatchLogGroupName
Condition: HasCloudWatchLogGroupName
Properties:
DestinationArn: !GetAtt
- LogsLambda
Expand Down

0 comments on commit 653f29f

Please sign in to comment.