Skip to content

Commit d9525f7

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.554.1
1 parent 6c1df26 commit d9525f7

File tree

46 files changed

+1225
-2144
lines changed

Some content is hidden

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

46 files changed

+1225
-2144
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
**/.speakeasy/temp/
2+
**/.speakeasy/logs/
13
.terraform
24
.terraform*
35
*.tfstate*
46
.DS_Store
5-
67
original.yaml
78
original_modified.yaml

.speakeasy/gen.lock

Lines changed: 55 additions & 52 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
speakeasyVersion: 1.554.1
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:2fe3b819bb93c17fa79591a35946cc9fa2e9e672b156754d598f51477ee08a73
6+
sourceBlobDigest: sha256:fcad5b22df895036fff78af22379664d2211d9c4771f485781dfecd91b174093
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1730852960
10+
- 1.0.0
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:2fe3b819bb93c17fa79591a35946cc9fa2e9e672b156754d598f51477ee08a73
16+
sourceBlobDigest: sha256:fcad5b22df895036fff78af22379664d2211d9c4771f485781dfecd91b174093
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
my-source:
22+
inputs:
23+
- location: https://docs.api.epilot.io/template-variables.yaml
24+
registry:
25+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
26+
targets:
27+
terraform:
28+
target: terraform
29+
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
@@ -47,7 +47,7 @@ terraform {
4747
required_providers {
4848
epilot-custom-variable = {
4949
source = "epilot-dev/epilot-custom-variable"
50-
version = "1.2.0"
50+
version = "1.3.0"
5151
}
5252
}
5353
}
@@ -63,10 +63,7 @@ provider "epilot-custom-variable" {
6363

6464
### Resources
6565

66-
* [epilot-custom-variable_custom_variable](docs/resources/custom_variable.md)
6766
### Data Sources
68-
69-
* [epilot-custom-variable_custom_variable](docs/data-sources/custom_variable.md)
7067
<!-- End Available Resources and Data Sources [operations] -->
7168

7269
<!-- 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+
## 2025-06-02 00:37:02
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v1.3.0] .
26+
### Releases
27+
- [Terraform v1.3.0] https://registry.terraform.io/providers/epilot-dev/epilot-custom-variable/1.3.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.2.0"
20+
version = "1.3.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.2.0"
5+
version = "1.3.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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,26 @@ generation:
44
sdkClassName: SDK
55
usageSnippets:
66
optionalPropertyRendering: withExample
7+
sdkInitStyle: constructor
78
fixes:
8-
nameResolutionDec2023: false
9+
nameResolutionFeb2025: false
910
parameterOrderingFeb2024: false
1011
requestResponseComponentNamesFeb2024: false
12+
securityFeb2025: false
13+
sharedErrorComponentsApr2025: false
1114
auth:
1215
oAuth2ClientCredentialsEnabled: false
1316
oAuth2PasswordEnabled: false
1417
sdkFlattening: true
1518
telemetryEnabled: false
1619
terraform:
17-
version: 1.2.0
20+
version: 1.3.0
1821
additionalDataSources: []
1922
additionalDependencies: {}
23+
additionalEphemeralResources: []
24+
additionalProviderAttributes:
25+
httpHeaders: ""
26+
tlsSkipVerify: ""
2027
additionalResources: []
2128
allowUnknownFieldsInWeakUnions: false
2229
author: epilot-dev

0 commit comments

Comments
 (0)