Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.0.1, Speakeasy CLI 1.142.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 17, 2024
1 parent 55e8706 commit 5529288
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ management:
docChecksum: 8ecc10127cd4d51cceddbc01756b40f4
docVersion: 0.0.1
speakeasyVersion: internal
generationVersion: 2.233.2
releaseVersion: 0.10.2
configChecksum: dc31a0a6da0aaa1be68584b899a47650
generationVersion: 2.234.3
releaseVersion: 0.10.3
configChecksum: 21c09d0a98393b073b109677e3b45687
repoURL: https://github.com/speakeasy-sdks/terraform-provider-vercel.git
repoSubDirectory: .
published: true
features:
terraform:
constsAndDefaults: 0.1.2
core: 3.8.2
core: 3.8.4
deprecations: 2.81.1
globalSecurity: 2.81.2
globalServerURLs: 2.82.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
vercel = {
source = "zchee/vercel"
version = "0.10.2"
version = "0.10.3"
}
}
}
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,12 @@ Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.141.1 (2.233.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.10.2] .
- [terraform v0.10.2] .

## 2024-01-17 00:58:35
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.142.1 (2.234.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.10.3] .
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
vercel = {
source = "zchee/vercel"
version = "0.10.2"
version = "0.10.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
vercel = {
source = "zchee/vercel"
version = "0.10.2"
version = "0.10.3"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generation:
fixes:
nameResolutionDec2023: false
terraform:
version: 0.10.2
version: 0.10.3
author: zchee
imports:
option: openapi
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/zchee/terraform-provider-vercel

go 1.18
go 1.20

require (
github.com/cenkalti/backoff/v4 v4.2.0
Expand Down
6 changes: 3 additions & 3 deletions internal/sdk/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ func New(opts ...SDKOption) *Vercel {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.10.2",
GenVersion: "2.233.2",
UserAgent: "speakeasy-sdk/go 0.10.2 2.233.2 0.0.1 vercel",
SDKVersion: "0.10.3",
GenVersion: "2.234.3",
UserAgent: "speakeasy-sdk/go 0.10.3 2.234.3 0.0.1 vercel",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit 5529288

Please sign in to comment.