Skip to content

Commit

Permalink
fixed filter pattern json format in template parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ahegdeNR committed Dec 31, 2024
1 parent e5e49c3 commit 4349ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/lambda-cloudwatch-trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ validate_stack_resources() {
}

cat <<EOF > parameter.json
'[{"LogGroupName":"$LOG_GROUP_NAME",FilterPattern:"$LOG_GROUP_FILTER_PATTERN"}]'
'[{"LogGroupName":"$LOG_GROUP_NAME","FilterPattern":"$LOG_GROUP_FILTER_PATTERN"}]'
EOF
LOG_GROUP_NAMES=$(<parameter.json)

Expand Down

0 comments on commit 4349ebb

Please sign in to comment.