Skip to content

Commit 41ced6e

Browse files
committed
chore: bump speakeasy to 1.724.1
1 parent 69070a2 commit 41ced6e

File tree

324 files changed

+3285
-3092
lines changed

Some content is hidden

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

324 files changed

+3285
-3092
lines changed

.speakeasy/gen.lock

Lines changed: 693 additions & 601 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
speakeasyVersion: 1.676.1
1+
speakeasyVersion: 1.724.1
22
sources: {}
33
targets:
44
terraform:
55
source: kong
66
workflow:
77
workflowVersion: 1.0.0
8-
speakeasyVersion: 1.676.1
8+
speakeasyVersion: 1.724.1
99
sources:
1010
kong:
1111
inputs:

.speakeasy/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: 1.676.1
2+
speakeasyVersion: 1.724.1
33
sources:
44
kong:
55
inputs:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
2424
provider "konnect-beta" {
25-
# Configuration options
25+
server_url = "..." # Optional - can use KONNECT_SERVER_URL environment variable
2626
}
2727
```
2828

docs/resources/event_gateway_vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "konnect_event_gateway_vault" "my_eventgatewayvault" {
5050

5151
### Read-Only
5252

53-
- `description` (String) A human-readable description of the vault. Default: ""
53+
- `description` (String) A human-readable description of the vault.
5454
- `id` (String) The unique identifier of the vault.
5555
- `name` (String) The name of the vault.
5656

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ terraform {
88
}
99

1010
provider "konnect-beta" {
11-
# Configuration options
11+
server_url = "..." # Optional - can use KONNECT_SERVER_URL environment variable
1212
}

gen.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ generation:
1313
requestResponseComponentNamesFeb2024: true
1414
securityFeb2025: false
1515
sharedErrorComponentsApr2025: false
16+
sharedNestedComponentsJan2026: false
17+
nameOverrideFeb2026: false
1618
auth:
1719
oAuth2ClientCredentialsEnabled: false
1820
oAuth2PasswordEnabled: false
1921
hoistGlobalSecurity: true
2022
schemas:
2123
allOfMergeStrategy: shallowMerge
2224
requestBodyFieldName: ""
25+
versioningStrategy: automatic
2326
persistentEdits: {}
2427
tests:
2528
generateTests: true
@@ -30,6 +33,7 @@ go:
3033
version: 1.24.1
3134
terraform:
3235
version: 0.15.0
36+
additionalActions: []
3337
additionalDataSources: []
3438
additionalDependencies:
3539
github.com/Kong/shared-speakeasy/customtypes: v0.2.5
@@ -39,8 +43,11 @@ terraform:
3943
github.com/Kong/shared-speakeasy/planmodifiers/suppress_zero_null: v0.0.1
4044
github.com/hashicorp/terraform-plugin-testing: v1.13.1
4145
additionalEphemeralResources: []
46+
additionalFunctions: []
47+
additionalListResources: []
4248
additionalProviderAttributes:
4349
httpHeaders: ""
50+
tlsSkipVerify: ""
4451
additionalResources: []
4552
allowUnknownFieldsInWeakUnions: false
4653
author: kong
@@ -70,4 +77,6 @@ terraform:
7077
includeEmptyObjects: false
7178
inferUnionDiscriminators: false
7279
packageName: konnect-beta
80+
respectRequiredFields: false
81+
respectTitlesForPrimitiveUnionMembers: false
7382
unionStrategy: populated-fields

go.mod

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/kong/terraform-provider-konnect-beta
22

3-
go 1.24.1
4-
5-
toolchain go1.24.3
3+
go 1.24.11
64

75
require (
86
github.com/Kong/shared-speakeasy/customtypes v0.2.5
@@ -11,12 +9,12 @@ require (
119
github.com/Kong/shared-speakeasy/planmodifiers/arbitrary_json v0.0.1
1210
github.com/Kong/shared-speakeasy/planmodifiers/suppress_zero_null v0.0.1
1311
github.com/hashicorp/go-uuid v1.0.3
14-
github.com/hashicorp/terraform-plugin-docs v0.22.0
15-
github.com/hashicorp/terraform-plugin-framework v1.15.1
12+
github.com/hashicorp/terraform-plugin-docs v0.24.0
13+
github.com/hashicorp/terraform-plugin-framework v1.17.0
1614
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
17-
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
18-
github.com/hashicorp/terraform-plugin-go v0.28.0
19-
github.com/hashicorp/terraform-plugin-log v0.9.0
15+
github.com/hashicorp/terraform-plugin-framework-validators v0.19.0
16+
github.com/hashicorp/terraform-plugin-go v0.29.0
17+
github.com/hashicorp/terraform-plugin-log v0.10.0
2018
github.com/hashicorp/terraform-plugin-testing v1.13.3
2119
github.com/itchyny/gojq v0.12.17
2220
github.com/spyzhov/ajson v0.9.0
@@ -34,7 +32,7 @@ require (
3432
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3533
github.com/armon/go-radix v1.0.0 // indirect
3634
github.com/bgentry/speakeasy v0.1.0 // indirect
37-
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
35+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
3836
github.com/cloudflare/circl v1.6.1 // indirect
3937
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4038
github.com/fatih/color v1.18.0 // indirect
@@ -48,18 +46,18 @@ require (
4846
github.com/hashicorp/go-cty v1.5.0 // indirect
4947
github.com/hashicorp/go-hclog v1.6.3 // indirect
5048
github.com/hashicorp/go-multierror v1.1.1 // indirect
51-
github.com/hashicorp/go-plugin v1.6.3 // indirect
49+
github.com/hashicorp/go-plugin v1.7.0 // indirect
5250
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
5351
github.com/hashicorp/go-version v1.7.0 // indirect
5452
github.com/hashicorp/hc-install v0.9.2 // indirect
5553
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
5654
github.com/hashicorp/logutils v1.0.0 // indirect
57-
github.com/hashicorp/terraform-exec v0.23.0 // indirect
58-
github.com/hashicorp/terraform-json v0.25.0 // indirect
55+
github.com/hashicorp/terraform-exec v0.24.0 // indirect
56+
github.com/hashicorp/terraform-json v0.27.2 // indirect
5957
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
60-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
58+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
6159
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
62-
github.com/hashicorp/yamux v0.1.1 // indirect
60+
github.com/hashicorp/yamux v0.1.2 // indirect
6361
github.com/huandu/xstrings v1.3.3 // indirect
6462
github.com/imdario/mergo v0.3.15 // indirect
6563
github.com/itchyny/timefmt-go v0.1.6 // indirect
@@ -71,7 +69,7 @@ require (
7169
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
7270
github.com/mitchellh/mapstructure v1.5.0 // indirect
7371
github.com/mitchellh/reflectwalk v1.0.2 // indirect
74-
github.com/oklog/run v1.0.0 // indirect
72+
github.com/oklog/run v1.1.0 // indirect
7573
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7674
github.com/posener/complete v1.2.3 // indirect
7775
github.com/rivo/uniseg v0.4.7 // indirect
@@ -84,18 +82,18 @@ require (
8482
github.com/yuin/goldmark-meta v1.1.0 // indirect
8583
github.com/zclconf/go-cty v1.17.0 // indirect
8684
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
87-
golang.org/x/crypto v0.39.0 // indirect
85+
golang.org/x/crypto v0.42.0 // indirect
8886
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
89-
golang.org/x/mod v0.25.0 // indirect
90-
golang.org/x/net v0.40.0 // indirect
91-
golang.org/x/sync v0.15.0 // indirect
92-
golang.org/x/sys v0.33.0 // indirect
93-
golang.org/x/text v0.26.0 // indirect
94-
golang.org/x/tools v0.33.0 // indirect
87+
golang.org/x/mod v0.28.0 // indirect
88+
golang.org/x/net v0.44.0 // indirect
89+
golang.org/x/sync v0.17.0 // indirect
90+
golang.org/x/sys v0.36.0 // indirect
91+
golang.org/x/text v0.30.0 // indirect
92+
golang.org/x/tools v0.37.0 // indirect
9593
google.golang.org/appengine v1.6.8 // indirect
96-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
97-
google.golang.org/grpc v1.72.1 // indirect
98-
google.golang.org/protobuf v1.36.6 // indirect
94+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
95+
google.golang.org/grpc v1.75.1 // indirect
96+
google.golang.org/protobuf v1.36.9 // indirect
9997
gopkg.in/yaml.v2 v2.3.0 // indirect
10098
gopkg.in/yaml.v3 v3.0.1 // indirect
10199
)

0 commit comments

Comments
 (0)