Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.418.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jan 28, 2025
1 parent 7f7c14a commit cc9f5ea
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.418.3
generationVersion: 2.438.3
releaseVersion: 0.1.5
configChecksum: 6d67bb65e55c3610a3b1aae3f408dc49
releaseVersion: 0.1.6
configChecksum: 7f1bac02cb382d79cad31a54ca239f1a
repoURL: https://github.com/firehydrant/terraform-provider-firehydrant-v2.git
published: true
features:
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.5
version: 0.1.6
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.418.3
sources:
firehydrant-oas:
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:ac9a95ce29b34757b540456b946fc7c6b0ad866f0dfb3ce6bd5b09cc31446142
sourceRevisionDigest: sha256:d3794a9a2f856637eadb065d8a711828c273fc28b0056a4fc88b30e68836a18d
sourceBlobDigest: sha256:11a1d4fae9bec8dcf4cb814a041610b1a1b3e8bc9c12f607141199ce6f5e2fd8
tags:
- latest
Expand All @@ -18,7 +18,7 @@ targets:
firehydrant-terraform-sdk:
source: firehydrant-oas
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:ac9a95ce29b34757b540456b946fc7c6b0ad866f0dfb3ce6bd5b09cc31446142
sourceRevisionDigest: sha256:d3794a9a2f856637eadb065d8a711828c273fc28b0056a4fc88b30e68836a18d
sourceBlobDigest: sha256:11a1d4fae9bec8dcf4cb814a041610b1a1b3e8bc9c12f607141199ce6f5e2fd8
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 @@ -33,7 +33,7 @@ terraform {
required_providers {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,14 @@ Based on:
### Generated
- [terraform v0.1.5] .
### Releases
- [Terraform v0.1.5] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.5 - .
- [Terraform v0.1.5] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.5 - .

## 2025-01-28 00:01:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.3 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.1.6] .
### Releases
- [Terraform v0.1.6] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.6 - .
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 {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
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 {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
Expand Down

0 comments on commit cc9f5ea

Please sign in to comment.