Skip to content

Commit

Permalink
Minor format fixes in manage/source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 authored Feb 3, 2025
1 parent c7fa340 commit 4857d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manage/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Sources are defined as sub-blocks in a *partition*.
```hcl
partition "aws_cloudtrail_log" "test" {
source "aws_s3_bucket" {
connection = connection.aws.logs
bucket = "my-logs-bucket"
connection = connection.aws.logs
bucket = "my-logs-bucket"
}
source "file" {
path = "/path/to/files"
path = "/path/to/files"
}
}
```
Expand Down

0 comments on commit 4857d66

Please # to comment.