Skip to content

Commit 3b2e24c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.546.2
1 parent 6c1df26 commit 3b2e24c

File tree

45 files changed

+1118
-2086
lines changed

Some content is hidden

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

45 files changed

+1118
-2086
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: 53 additions & 51 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.546.2
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-05-18 00:37:38
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.546.2 (2.604.4) 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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ generation:
55
usageSnippets:
66
optionalPropertyRendering: withExample
77
fixes:
8-
nameResolutionDec2023: false
8+
nameResolutionFeb2025: false
99
parameterOrderingFeb2024: false
1010
requestResponseComponentNamesFeb2024: false
11+
securityFeb2025: false
12+
sharedErrorComponentsApr2025: false
1113
auth:
1214
oAuth2ClientCredentialsEnabled: false
1315
oAuth2PasswordEnabled: false
1416
sdkFlattening: true
1517
telemetryEnabled: false
1618
terraform:
17-
version: 1.2.0
19+
version: 1.3.0
1820
additionalDataSources: []
1921
additionalDependencies: {}
22+
additionalEphemeralResources: []
23+
additionalProviderAttributes:
24+
httpHeaders: ""
25+
tlsSkipVerify: ""
2026
additionalResources: []
2127
allowUnknownFieldsInWeakUnions: false
2228
author: epilot-dev

0 commit comments

Comments
 (0)