Skip to content

Commit 0ecbf40

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
1 parent 5382eba commit 0ecbf40

40 files changed

+901
-2366
lines changed

.speakeasy/gen.lock

Lines changed: 22 additions & 29 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
speakeasyVersion: 1.441.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:92de8ce7a2ac15e87af360d855496abcdf728677ba23379bcb3d8310bbf13aa9
6+
sourceBlobDigest: sha256:0ddb3a44f94ffd036d23b6b5548e3ff42e624b4bcb46057b79081cb4ea63b660
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1730852960
10+
targets:
11+
terraform:
12+
source: my-source
13+
sourceNamespace: my-source
14+
sourceRevisionDigest: sha256:92de8ce7a2ac15e87af360d855496abcdf728677ba23379bcb3d8310bbf13aa9
15+
sourceBlobDigest: sha256:0ddb3a44f94ffd036d23b6b5548e3ff42e624b4bcb46057b79081cb4ea63b660
16+
workflow:
17+
workflowVersion: 1.0.0
18+
speakeasyVersion: latest
19+
sources:
20+
my-source:
21+
inputs:
22+
- location: https://docs.api.epilot.io/template-variables.yaml
23+
registry:
24+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
25+
targets:
26+
terraform:
27+
target: terraform
28+
source: my-source

.speakeasy/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
my-source:
45
inputs:
56
- location: https://docs.api.epilot.io/template-variables.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
69
targets:
710
terraform:
811
target: terraform

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ terraform {
4242
required_providers {
4343
epilot-custom-variable = {
4444
source = "epilot-dev/epilot-custom-variable"
45-
version = "1.0.2"
45+
version = "1.1.0"
4646
}
4747
}
4848
}
@@ -58,10 +58,7 @@ provider "epilot-custom-variable" {
5858

5959
### Resources
6060

61-
* [epilot-custom-variable_custom_variable](docs/resources/custom_variable.md)
6261
### Data Sources
63-
64-
* [epilot-custom-variable_custom_variable](docs/data-sources/custom_variable.md)
6562
<!-- End Available Resources and Data Sources [operations] -->
6663

6764
<!-- Start Testing the provider locally [usage] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ Based on:
1414
- OpenAPI Doc 1.0.0
1515
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
1616
### Generated
17-
- [terraform v0.4.4] .
17+
- [terraform v0.4.4] .
18+
19+
## 2024-11-19 00:31:28
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v1.1.0] .
26+
### Releases
27+
- [Terraform v1.1.0] https://registry.terraform.io/providers/epilot-dev/epilot-custom-variable/1.1.0 - .

docs/data-sources/custom_variable.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ terraform {
1717
required_providers {
1818
epilot-custom-variable = {
1919
source = "epilot-dev/epilot-custom-variable"
20-
version = "1.0.2"
20+
version = "1.1.0"
2121
}
2222
}
2323
}

docs/resources/custom_variable.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

examples/data-sources/epilot-custom-variable_custom_variable/data-source.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
epilot-custom-variable = {
44
source = "epilot-dev/epilot-custom-variable"
5-
version = "1.0.2"
5+
version = "1.1.0"
66
}
77
}
88
}

examples/resources/epilot-custom-variable_custom_variable/import.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/resources/epilot-custom-variable_custom_variable/resource.tf

Lines changed: 0 additions & 19 deletions
This file was deleted.

gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ generation:
1010
requestResponseComponentNamesFeb2024: false
1111
auth:
1212
oAuth2ClientCredentialsEnabled: false
13+
oAuth2PasswordEnabled: false
1314
sdkFlattening: true
1415
telemetryEnabled: false
1516
terraform:
16-
version: 1.0.2
17+
version: 1.1.0
1718
additionalDataSources: []
1819
additionalDependencies: {}
1920
additionalResources: []
2021
allowUnknownFieldsInWeakUnions: false
2122
author: epilot-dev
23+
defaultErrorName: SDKError
2224
environmentVariables: []
2325
imports:
2426
option: openapi

0 commit comments

Comments
 (0)