fix: update CSV sample_output file with output from version 1.0.3
The CSV output from aws-nuke-exporter has CRLF line endings, (that is the default for the Python csv module). Depending on Git configuration, the CR may be removed.
You can use the --ignore-space-at-eol option to get more useful output from git diff in that case.
fix: use correct format for ECSTask resource in sample output text
Update generated CSV and JSON sample_output files.
fix: correctly parse all examples using LINE_PATTERN with named groups
Update generated CSV and JSON sample_output files.
A more complete fix for #3:
fix: update CSV sample_output file with output from version 1.0.3 The CSV output from aws-nuke-exporter has CRLF line endings, (that is the default for the Python csv module). Depending on Git configuration, the CR may be removed. You can use the
--ignore-space-at-eol option
to get more useful output fromgit diff
in that case.fix: use correct format for ECSTask resource in sample output text Update generated CSV and JSON sample_output files.
fix: correctly parse all examples using LINE_PATTERN with named groups Update generated CSV and JSON sample_output files.