Skip to content

Commit 585436d

Browse files
authored
Set more configs to be sensitive and update to latest spec (#55)
* Set more configs to be sensitive e.g. keys, passwords and update to latest spec * run go generate
1 parent 6e55dd8 commit 585436d

File tree

4,915 files changed

+215000
-120353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,915 files changed

+215000
-120353
lines changed

.gitattributes

100755100644
File mode changed.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
airbyte = {
2626
source = "airbytehq/airbyte"
27-
version = "0.3.4"
27+
version = "0.3.5"
2828
}
2929
}
3030
}
@@ -36,12 +36,14 @@ provider "airbyte" {
3636
<!-- End SDK Installation -->
3737

3838
<!-- Start SDK Example Usage -->
39-
## Testing the provider locally
39+
### Testing the provider locally
4040

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

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

45+
### Example
46+
4547
```sh
4648
go run main.go --debug
4749
# Copy the TF_REATTACH_PROVIDERS env var
@@ -56,6 +58,10 @@ TF_REATTACH_PROVIDERS=... terraform apply
5658

5759
<!-- End SDK Available Operations -->
5860

61+
<!-- Placeholder for Future Speakeasy SDK Sections -->
62+
63+
64+
5965
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.
6066

6167
Terraform searches for the `.terraformrc` file in your home directory and applies any configuration settings you set.

USAGE.md

100755100644
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<!-- Start SDK Example Usage -->
2-
## Testing the provider locally
3-
4-
Should you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally.
5-
6-
This also allows for debuggers (e.g. delve) to be attached to the provider.
7-
82
```sh
93
go run main.go --debug
104
# Copy the TF_REATTACH_PROVIDERS env var

0 commit comments

Comments
 (0)