Skip to content

Commit 7e029bc

Browse files
committed
Fix formatting
1 parent abf0656 commit 7e029bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/develop/using-ai.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,20 @@ Your goal is to configure log sources for <log_type> to validate your table impl
7575
1. Configure appropriate source in ~/.tailpipe/config/aws.tpc:
7676

7777
For S3 logs:
78-
```
7978
partition "aws_<log_type>" "s3_logs" {
8079
source "aws_s3_bucket" {
8180
connection = connection.aws.test_account
8281
bucket = "test-logs-bucket"
8382
}
8483
}
85-
```
8684

8785
For CloudWatch logs:
88-
```
8986
partition "aws_<log_type>" "cloudwatch_logs" {
9087
source "aws_cloudwatch_log_group" {
9188
connection = connection.aws.test_account
9289
log_group_name = "/aws/my-log-group"
9390
}
9491
}
95-
```
9692

9793
2. Ensure test logs are available in your configured source with sufficient data variety to test all table columns and features.
9894
```

0 commit comments

Comments
 (0)