Skip to content

Commit

Permalink
Merge branch 'main' into speakeasy-sdk-regen-1717719876
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Jun 11, 2024
2 parents 98d7bcb + 15bcf15 commit 662619e
Show file tree
Hide file tree
Showing 6 changed files with 1,635 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ release:
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ id: 5a857039-7f4b-42d5-86fd-449767242ed2
management:
docChecksum: 8a2ff4be25db818a35891d602baa4a25
docVersion: 1.0.0
speakeasyVersion: 1.303.0
generationVersion: 2.339.1
speakeasyVersion: 1.303.4
generationVersion: 2.340.2
releaseVersion: 0.8.2
configChecksum: 7ce13d26abba12900e05100bdca957a2
repoURL: https://github.com/epilot-dev/terraform-provider-epilot-workflow.git
Expand All @@ -21,7 +21,7 @@ features:
unions: 2.85.0
terraform:
additionalDependencies: 0.1.0
core: 3.21.2
core: 3.21.3
deprecations: 2.81.1
globalSecurity: 2.81.6
globalServerURLs: 2.82.1
Expand Down
22 changes: 22 additions & 0 deletions examples/resources/epilot-workflow_workflow_definition/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
terraform {
required_providers {
epilot-workflow = {
source = "epilot-dev/epilot-workflow"
version = "1.0.1"
}

}
}

provider "epilot-workflow" {
# Configuration options
bearer_auth = var.bearer_auth
}

variable "bearer_auth" {
type = string
}

resource "epilot-workflow_workflow_definition" "my_workflowdefinition" {

}
Loading

0 comments on commit 662619e

Please sign in to comment.