Skip to content

Commit

Permalink
add support for exponential backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzh committed Jun 21, 2024
1 parent ac0b4ec commit ea355d5
Show file tree
Hide file tree
Showing 15 changed files with 2,751 additions and 799 deletions.
14 changes: 8 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
lockVersion: 2.0.0
id: 2fefd62a-b026-4ac1-8a29-5c2cb97292ce
management:
docChecksum: 39bee9e338c7f35777d2b34d7242f19c
docChecksum: dc78310a434b870f54ed5a17e80b77cc
docVersion: 0.1.0
speakeasyVersion: 1.308.2
generationVersion: 2.342.6
releaseVersion: 0.1.52
configChecksum: f6559158454fbf5c8a2ca27db244ce8e
speakeasyVersion: 1.314.1
generationVersion: 2.349.6
releaseVersion: 0.2.0
configChecksum: f9464bd0af55fe1119f3979bde7d6827
repoURL: https:/teamlumos/terraform-provider-lumos.git
features:
terraform:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.21.3
core: 3.21.4
globalSecurity: 2.81.6
globalServerURLs: 2.82.1
retries: 2.81.1
unions: 2.81.15
generatedFiles:
- internal/sdk/core.go
Expand Down Expand Up @@ -165,6 +166,7 @@ generatedFiles:
- internal/sdk/models/shared/airbasepurchaserequestevent.go
- internal/sdk/models/shared/security.go
- internal/sdk/.gitignore
- internal/sdk/models/operations/options.go
- internal/sdk/.gitattributes
- internal/sdk/internal/hooks/registration.go
- internal/sdk/internal/hooks/hooks.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.1.52
version: 0.2.0
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
speakeasyVersion: 1.308.2
speakeasyVersion: 1.314.1
sources:
FastAPI:
sourceNamespace: fast-api
sourceRevisionDigest: sha256:a87daefb163a9a08d58a2d04a188f26844be584d1525c6364ac9c9ad95905b6f
sourceBlobDigest: sha256:f9ed7da91cdd481b4babd83f55b237c6eb8ca57d7372b60f1fe0d19884d743cd
sourceRevisionDigest: sha256:2f9e38ee8e89ce93587fe66728f0d1bb1cc7f68d90cac520e89b329963f121f2
sourceBlobDigest: sha256:3bf3bdc2d58686cea575dc07ca7d843fc3404da175e76129346094617250a46e
tags:
- latest
targets:
lumos-terraform-provider-target:
source: FastAPI
sourceNamespace: fast-api
sourceRevisionDigest: sha256:a87daefb163a9a08d58a2d04a188f26844be584d1525c6364ac9c9ad95905b6f
sourceBlobDigest: sha256:f9ed7da91cdd481b4babd83f55b237c6eb8ca57d7372b60f1fe0d19884d743cd
sourceRevisionDigest: sha256:2f9e38ee8e89ce93587fe66728f0d1bb1cc7f68d90cac520e89b329963f121f2
sourceBlobDigest: sha256:3bf3bdc2d58686cea575dc07ca7d843fc3404da175e76129346094617250a46e
outLocation: /Users/ethanzh/terraform-provider-lumos
my-first-target:
source: FastAPI
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.1.52"
version = "0.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
lumos = {
source = "teamlumos/lumos"
version = "0.1.52"
version = "0.2.0"
}
}
}
Expand Down
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 {
lumos = {
source = "teamlumos/lumos"
version = "0.1.52"
version = "0.2.0"
}
}
}
Expand Down
Loading

0 comments on commit ea355d5

Please sign in to comment.