Skip to content

Commit

Permalink
build(deps): bump github.com/aiven/go-api-schemas from 1.57.0 to 1.58…
Browse files Browse the repository at this point in the history
….0 (aiven#1575)
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 4f0d554 commit 28780b0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/data-sources/service_integration_endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Read-Only:
- `host` (String)
- `password` (String)
- `port` (Number)
- `ssl_client_certificate` (String)
- `ssl_client_key` (String)
- `ssl_mode` (String)
- `ssl_root_cert` (String)
- `username` (String)
Expand Down
4 changes: 3 additions & 1 deletion docs/resources/service_integration_endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,14 @@ Optional:
Required:

- `host` (String) Hostname or IP address of the server.
- `password` (String, Sensitive) Password.
- `port` (Number) Port number of the server.
- `username` (String) User name.

Optional:

- `password` (String, Sensitive) Password.
- `ssl_client_certificate` (String) Client certificate.
- `ssl_client_key` (String) Client key.
- `ssl_mode` (String) SSL Mode. The default value is `verify-full`.
- `ssl_root_cert` (String) SSL Root Cert.

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ require (
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aiven/go-api-schemas v1.57.0
github.com/aiven/go-api-schemas v1.58.0
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7l
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/aiven/aiven-go-client/v2 v2.12.0 h1:VxOfn61AtfLjy2B+DdXF2/7OHyyFZ1aQaIlE3TOyIsE=
github.com/aiven/aiven-go-client/v2 v2.12.0/go.mod h1:x0xhzxWEKAwKv0xY5FvECiI6tesWshcPHvjwl0B/1SU=
github.com/aiven/go-api-schemas v1.57.0 h1:ZUQOdtmOgDw64Rvb+WBHDcgvbFUtxMILCxmbb50tsvw=
github.com/aiven/go-api-schemas v1.57.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/aiven/go-api-schemas v1.58.0 h1:+82F7/PJs3EMJsP2Zd/+jI42vdp92ZuYBsVi3skfDlY=
github.com/aiven/go-api-schemas v1.58.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM=
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28780b0

Please sign in to comment.