Skip to content

Commit

Permalink
Add overlay to prevent parsing attempt of 404 repsonse
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzh committed Sep 20, 2024
1 parent 750e323 commit f3aa46e
Show file tree
Hide file tree
Showing 22 changed files with 7,045 additions and 18,656 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.DS_Store
*.tfstate.backup
*.tfstate
main.tf
12 changes: 6 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
lockVersion: 2.0.0
id: c7830d5c-39eb-428e-bde1-daaba29fa325
management:
docChecksum: bbdebf403b025a98efa88d32ce032339
docChecksum: 6e63e170285ba9294141577f934f22c0
docVersion: 0.1.0
speakeasyVersion: 1.398.1
generationVersion: 2.415.8
releaseVersion: 0.4.1
configChecksum: 1291192cd4f414b5a1ca9c3c789e245d
speakeasyVersion: 1.401.0
generationVersion: 2.421.1
releaseVersion: 0.4.3
configChecksum: 3d314fc01ae5084edf687ca7e12a8360
features:
terraform:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.4
core: 3.24.11
core: 3.24.12
envVarSecurityUsage: 0.1.0
globalSecurity: 2.81.8
globalServerURLs: 2.82.1
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.1
version: 0.4.3
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.398.1
speakeasyVersion: 1.401.0
sources:
FastAPI:
sourceNamespace: fast-api
sourceRevisionDigest: sha256:51780857332f7af5fca36f766869e4361bb4842cd6adf0150e7550499f99889d
sourceBlobDigest: sha256:a6c98bbff601430c4c39dbfdaabe5f0a96df21d37be349c37af43c4221d791b1
sourceRevisionDigest: sha256:a9527aa01be7cc280557bba53b907b1ba7ae3fd0c599fa8cdf73e7d773319487
sourceBlobDigest: sha256:72e0b6cd83dddce57322b10d5eb19b866bbec2fb1d2553ab5bfe3ece0622d6f0
tags:
- latest
targets:
lumos-terraform-provider-target:
source: FastAPI
sourceNamespace: fast-api
sourceRevisionDigest: sha256:51780857332f7af5fca36f766869e4361bb4842cd6adf0150e7550499f99889d
sourceBlobDigest: sha256:a6c98bbff601430c4c39dbfdaabe5f0a96df21d37be349c37af43c4221d791b1
sourceRevisionDigest: sha256:a9527aa01be7cc280557bba53b907b1ba7ae3fd0c599fa8cdf73e7d773319487
sourceBlobDigest: sha256:72e0b6cd83dddce57322b10d5eb19b866bbec2fb1d2553ab5bfe3ece0622d6f0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
lumos = {
source = "teamlumos/lumos"
version = "0.4.1"
version = "0.4.3"
}
}
}
Expand Down
Loading

0 comments on commit f3aa46e

Please sign in to comment.