Skip to content

Commit

Permalink
remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Jan 23, 2025
1 parent 4bdcf3f commit f3ac98f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions docs/manage/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,5 @@ connection "gcp" "gcp_my_other_project" {
}
```

>[!NOTE]
> out of scope for lw7?
For Steampipe users, there is also a "connection import".
```hcl
connection_import "steampipe" {
source = "~/.steampipe/config/*.spc"
connections = ["*"]
prefix = "sp1_"
}
```

A default connection, e.g. `connection.aws.default` always exists; it can be overridden in a `.tpc` file. Each plugin has its own default credential resolution. For AWS, credentials resolve in the SDK's order.

6 changes: 3 additions & 3 deletions docs/manage/partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The partition has two labels:
partition "aws_cloudtrail_log" "test" {
source "aws_s3" {
connection = connection.aws.logs
bucket = "my-logs-bucket"
prefix = "optional/path"
connection = connection.aws.logs
bucket = "my-logs-bucket"
file_layout = "%{DATA}.json.gz"
}
}
Expand Down

0 comments on commit f3ac98f

Please sign in to comment.