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 4effdd3 commit 6311fb2
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,15 +4,15 @@ management:
docChecksum: 7b193330bf41e2c47ba62aa354c4a561
docVersion: 0.0.1
speakeasyVersion: internal
generationVersion: 2.233.2
releaseVersion: 0.12.2
configChecksum: c200889b6e52d077cbc1a85e4205bb9b
generationVersion: 2.234.3
releaseVersion: 0.12.3
configChecksum: 672666305a5e58c2df64a6a14029f60e
repoURL: https://github.com/speakeasy-sdks/terraform-provider-hashicups.git
repoSubDirectory: .
published: true
features:
terraform:
core: 3.8.2
core: 3.8.4
globalSecurity: 2.81.2
globalServerURLs: 2.82.1
generatedFiles:
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 {
hashicups = {
source = "speakeasy/hashicups"
version = "0.12.2"
version = "0.12.3"
}
}
}
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,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.12.2] .
- [terraform v0.12.2] .

## 2024-01-17 01:15:15
### 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.12.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 {
hashicups = {
source = "speakeasy/hashicups"
version = "0.12.2"
version = "0.12.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 {
hashicups = {
source = "speakeasy/hashicups"
version = "0.12.2"
version = "0.12.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.12.2
version: 0.12.3
author: speakeasy
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/speakeasy/terraform-provider-hashicups

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 @@ -142,9 +142,9 @@ func New(opts ...SDKOption) *SDK {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.0.1",
SDKVersion: "0.12.2",
GenVersion: "2.233.2",
UserAgent: "speakeasy-sdk/go 0.12.2 2.233.2 0.0.1 hashicups",
SDKVersion: "0.12.3",
GenVersion: "2.234.3",
UserAgent: "speakeasy-sdk/go 0.12.3 2.234.3 0.0.1 hashicups",
},
}
for _, opt := range opts {
Expand Down

0 comments on commit 6311fb2

Please sign in to comment.