Skip to content

Commit

Permalink
Merge pull request #40 from turbot/fix01
Browse files Browse the repository at this point in the history
fix note
  • Loading branch information
judell authored Jan 30, 2025
2 parents d0a2952 + a3575f1 commit 591d0ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ Create a file, e.g. `~/.tailpipe/config/aws.tpc`, with a `connection` and `parti
> tar xvf flaws_cloudtrail_logs.tar
> ```
> To source the log data from the `.gz` file extracted from the tar file, your `aws.tpc` file won't include a `connection` block. Its `partition` block will follow this format:
> ```hcl
> partition "aws_cloudtrail_log" "flaws" {
> source "file" {
paths = ["/Users/dboeke/flaws/flaws_cloudtrail_logs"]
> paths = ["/Users/dboeke/flaws/flaws_cloudtrail_logs"]
> }
>}
>```
Expand Down

0 comments on commit 591d0ca

Please sign in to comment.