Skip to content

Commit

Permalink
Set more configs to be sensitive e.g. keys, passwords and update to l…
Browse files Browse the repository at this point in the history
…atest spec
  • Loading branch information
terencecho committed Nov 21, 2023
1 parent 6e55dd8 commit 6e9ce72
Show file tree
Hide file tree
Showing 4,319 changed files with 205,329 additions and 98,620 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file modified .gitattributes
100755 → 100644
Empty file.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.3.4"
version = "0.3.5"
}
}
}
Expand All @@ -36,12 +36,14 @@ provider "airbyte" {
<!-- End SDK Installation -->

<!-- Start SDK Example Usage -->
## Testing the provider locally
### Testing the provider locally

Should you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally.

This also allows for debuggers (e.g. delve) to be attached to the provider.

### Example

```sh
go run main.go --debug
# Copy the TF_REATTACH_PROVIDERS env var
Expand All @@ -56,6 +58,10 @@ TF_REATTACH_PROVIDERS=... terraform apply

<!-- End SDK Available Operations -->

<!-- Placeholder for Future Speakeasy SDK Sections -->



Terraform allows you to use local provider builds by setting a `dev_overrides` block in a configuration file called `.terraformrc`. This block overrides all other configured installation methods.

Terraform searches for the `.terraformrc` file in your home directory and applies any configuration settings you set.
Expand Down
6 changes: 0 additions & 6 deletions USAGE.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<!-- Start SDK Example Usage -->
## Testing the provider locally

Should you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally.

This also allows for debuggers (e.g. delve) to be attached to the provider.

```sh
go run main.go --debug
# Copy the TF_REATTACH_PROVIDERS env var
Expand Down
Loading

0 comments on commit 6e9ce72

Please sign in to comment.