Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.445.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 26, 2024
1 parent 1fe7e69 commit a169a27
Show file tree
Hide file tree
Showing 53 changed files with 768 additions and 7,810 deletions.
43 changes: 7 additions & 36 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 5a857039-7f4b-42d5-86fd-449767242ed2
management:
docChecksum: 9e3d08aa4c4e92fee60362eb116ea477
docChecksum: 8fcb58bef3a7629c0383e8b5cb994341
docVersion: 1.0.0
speakeasyVersion: 1.422.1
generationVersion: 2.438.15
releaseVersion: 0.11.5
configChecksum: 2a1d7870feb5d7f02fd1530a5d48bc65
speakeasyVersion: 1.445.2
generationVersion: 2.461.4
releaseVersion: 0.12.0
configChecksum: 894c060a021a3bf4a06361a3eab946f9
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-product.git
repoSubDirectory: .
published: true
Expand All @@ -21,28 +21,18 @@ features:
unions: 2.85.0
terraform:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.25.0
constsAndDefaults: 0.2.0
core: 3.26.3
envVarSecurityUsage: 0.1.0
globalSecurity: 2.81.9
globalServerURLs: 2.82.1
nullables: 0.0.0
retries: 2.81.1
generatedFiles:
- .gitattributes
- CONTRIBUTING.md
- USAGE.md
- examples/README.md
- examples/data-sources/epilot-product_price/data-source.tf
- examples/data-sources/epilot-product_product/data-source.tf
- examples/data-sources/epilot-product_tax/data-source.tf
- examples/provider/provider.tf
- examples/resources/epilot-product_price/import.sh
- examples/resources/epilot-product_price/resource.tf
- examples/resources/epilot-product_product/import.sh
- examples/resources/epilot-product_product/resource.tf
- examples/resources/epilot-product_tax/import.sh
- examples/resources/epilot-product_tax/resource.tf
- go.mod
- go.sum
- internal/planmodifiers/boolplanmodifier/suppress_diff.go
Expand All @@ -55,14 +45,6 @@ generatedFiles:
- internal/planmodifiers/setplanmodifier/suppress_diff.go
- internal/planmodifiers/stringplanmodifier/suppress_diff.go
- internal/planmodifiers/utils/state_check.go
- internal/provider/price_data_source.go
- internal/provider/price_data_source_sdk.go
- internal/provider/price_resource.go
- internal/provider/price_resource_sdk.go
- internal/provider/product_data_source.go
- internal/provider/product_data_source_sdk.go
- internal/provider/product_resource.go
- internal/provider/product_resource_sdk.go
- internal/provider/provider.go
- internal/provider/reflect/diags.go
- internal/provider/reflect/doc.go
Expand All @@ -78,17 +60,6 @@ generatedFiles:
- internal/provider/reflect/primitive.go
- internal/provider/reflect/slice.go
- internal/provider/reflect/struct.go
- internal/provider/tax_data_source.go
- internal/provider/tax_data_source_sdk.go
- internal/provider/tax_resource.go
- internal/provider/tax_resource_sdk.go
- internal/provider/types/base_entity_acl.go
- internal/provider/types/base_entity_owner.go
- internal/provider/types/base_relation.go
- internal/provider/types/dollar_relation.go
- internal/provider/types/price_component_relation.go
- internal/provider/types/price_create_price_components.go
- internal/provider/types/price_tier.go
- internal/provider/utils.go
- internal/sdk/.gitattributes
- internal/sdk/.gitignore
Expand Down
29 changes: 29 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
speakeasyVersion: 1.445.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:d983953e2c04e1418ebf105c10f904ebfc8b6999a5a85289b31e6d08b4f43eb1
sourceBlobDigest: sha256:c80aafb06ecac703c4330e1a09a87b8e6f8bf14a816ae0ab3674f561ba9459f9
tags:
- latest
- speakeasy-sdk-regen-1730746369
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:d983953e2c04e1418ebf105c10f904ebfc8b6999a5a85289b31e6d08b4f43eb1
sourceBlobDigest: sha256:c80aafb06ecac703c4330e1a09a87b8e6f8bf14a816ae0ab3674f561ba9459f9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/product.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/product.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ terraform {
required_providers {
epilot-product = {
source = "epilot-dev/epilot-product"
version = "0.11.5"
version = "0.12.0"
}
}
}
Expand Down Expand Up @@ -140,14 +140,7 @@ provider_installation {

### Resources

* [epilot-product_price](docs/resources/price.md)
* [epilot-product_product](docs/resources/product.md)
* [epilot-product_tax](docs/resources/tax.md)
### Data Sources

* [epilot-product_price](docs/data-sources/price.md)
* [epilot-product_product](docs/data-sources/product.md)
* [epilot-product_tax](docs/data-sources/tax.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Placeholder for Future Speakeasy SDK Sections -->
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-26 00:14:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.445.2 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.12.0] .
### Releases
- [Terraform v0.12.0] https://registry.terraform.io/providers/epilot-dev/epilot-product/0.12.0 - .
136 changes: 0 additions & 136 deletions docs/data-sources/price.md

This file was deleted.

Loading

0 comments on commit a169a27

Please sign in to comment.