Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 19, 2024
1 parent 5382eba commit 0ecbf40
Show file tree
Hide file tree
Showing 40 changed files with 901 additions and 2,366 deletions.
51 changes: 22 additions & 29 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
speakeasyVersion: 1.441.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:92de8ce7a2ac15e87af360d855496abcdf728677ba23379bcb3d8310bbf13aa9
sourceBlobDigest: sha256:0ddb3a44f94ffd036d23b6b5548e3ff42e624b4bcb46057b79081cb4ea63b660
tags:
- latest
- speakeasy-sdk-regen-1730852960
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:92de8ce7a2ac15e87af360d855496abcdf728677ba23379bcb3d8310bbf13aa9
sourceBlobDigest: sha256:0ddb3a44f94ffd036d23b6b5548e3ff42e624b4bcb46057b79081cb4ea63b660
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/template-variables.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
source: my-source
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/template-variables.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ terraform {
required_providers {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.0.2"
version = "1.1.0"
}
}
}
Expand All @@ -58,10 +58,7 @@ provider "epilot-custom-variable" {

### Resources

* [epilot-custom-variable_custom_variable](docs/resources/custom_variable.md)
### Data Sources

* [epilot-custom-variable_custom_variable](docs/data-sources/custom_variable.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Start Testing the provider locally [usage] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.4.4] .
- [terraform v0.4.4] .

## 2024-11-19 00:31:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v1.1.0] .
### Releases
- [Terraform v1.1.0] https://registry.terraform.io/providers/epilot-dev/epilot-custom-variable/1.1.0 - .
41 changes: 0 additions & 41 deletions docs/data-sources/custom_variable.md

This file was deleted.

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 {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.0.2"
version = "1.1.0"
}
}
}
Expand Down
62 changes: 0 additions & 62 deletions docs/resources/custom_variable.md

This file was deleted.

This file was deleted.

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 {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.0.2"
version = "1.1.0"
}
}
}
Expand Down

This file was deleted.

This file was deleted.

4 changes: 3 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ generation:
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
sdkFlattening: true
telemetryEnabled: false
terraform:
version: 1.0.2
version: 1.1.0
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
allowUnknownFieldsInWeakUnions: false
author: epilot-dev
defaultErrorName: SDKError
environmentVariables: []
imports:
option: openapi
Expand Down
Loading

0 comments on commit 0ecbf40

Please sign in to comment.