Skip to content

Commit

Permalink
run generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzh committed Jul 3, 2024
1 parent df27b54 commit 2a4f1b1
Show file tree
Hide file tree
Showing 23 changed files with 6,222 additions and 74 deletions.
8 changes: 5 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: c7830d5c-39eb-428e-bde1-daaba29fa325
management:
docChecksum: 5f533108d23a57cbc2001637f0e4896f
docChecksum: 47a8e0c38aef678b4bd22e62b835f7f6
docVersion: 0.1.0
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.4.2
configChecksum: 83d1c30c84338fb9cb98ac3bde324008
releaseVersion: 0.9.0
configChecksum: 4be0e73d736a91b4450810af1508b18d
features:
terraform:
additionalDependencies: 0.1.0
Expand All @@ -15,6 +15,7 @@ features:
globalSecurity: 2.81.6
globalServerURLs: 2.82.1
retries: 2.81.1
sets: 0.1.2
unions: 2.81.15
generatedFiles:
- internal/sdk/core.go
Expand Down Expand Up @@ -220,6 +221,7 @@ generatedFiles:
- internal/provider/types/user.go
- internal/provider/types/add_app_to_app_store_input_admins.go
- internal/provider/types/add_app_to_app_store_input_allowed_groups.go
- internal/provider/types/add_app_to_app_store_input_approvers.go
- internal/provider/types/add_app_to_app_store_input_request_flow.go
- internal/provider/types/requestable_permission_base.go
- internal/provider/types/requestable_permission_input_request_approval_config.go
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
terraform:
version: 0.4.2
version: 0.9.0
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ speakeasyVersion: 1.326.0
sources:
FastAPI:
sourceNamespace: fast-api
sourceRevisionDigest: sha256:b348efcbd5dfbdc51afbfbddeb3a53a3955830f698686f5dd41fb645755ef661
sourceBlobDigest: sha256:fd80b6f15c40fb3959bcbd3d641318dab59d1a28d39166d9bf7e3ffc2734b5c1
sourceRevisionDigest: sha256:9729f645d518360a88320f81a2ba80e0371d4baba9a647d30f5aa51fb7175a6d
sourceBlobDigest: sha256:33dd5da8b29b16326caec7e4853e53bf9a6173ad68b2934df581546f312e45d1
tags:
- latest
targets:
lumos-terraform-provider-target:
source: FastAPI
sourceNamespace: fast-api
sourceRevisionDigest: sha256:b348efcbd5dfbdc51afbfbddeb3a53a3955830f698686f5dd41fb645755ef661
sourceBlobDigest: sha256:fd80b6f15c40fb3959bcbd3d641318dab59d1a28d39166d9bf7e3ffc2734b5c1
sourceRevisionDigest: sha256:9729f645d518360a88320f81a2ba80e0371d4baba9a647d30f5aa51fb7175a6d
sourceBlobDigest: sha256:33dd5da8b29b16326caec7e4853e53bf9a6173ad68b2934df581546f312e45d1
outLocation: /Users/ethanzh/terraform-provider-lumos
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terraform {
required_providers {
lumos = {
source = "teamlumos/lumos"
version = "0.4.2"
version = "0.9.0"
}
}
}
Expand Down
Loading

0 comments on commit 2a4f1b1

Please sign in to comment.