Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Dumb docs updating
Browse files Browse the repository at this point in the history
  • Loading branch information
eabrouwer3 committed Nov 17, 2022
1 parent 6317803 commit d2da9ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ provider "airbyte" {
username = "airbyte"
password = "password"
additional_headers = {
Host = "airbyte.internal.io"
Host = "airbyte.internal"
}
timeout = 120
}
```

Expand All @@ -31,4 +32,5 @@ provider "airbyte" {
- `additional_headers` (Map of String) Additional Headers to pass in requests to Airbyte's API
- `host_url` (String) Airbyte API URL
- `password` (String, Sensitive) Airbyte API Password
- `timeout` (Number) HTTP Timeout in Seconds (Default: 600)
- `username` (String) Airbyte API Username

0 comments on commit d2da9ef

Please sign in to comment.