Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanzh committed Jul 25, 2024
1 parent d671dd9 commit ecf91ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 53 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.1.0
speakeasyVersion: 1.346.0
generationVersion: 2.379.3
releaseVersion: 0.11.5
configChecksum: 8b95beda9d9acb60509a780c0c539177
releaseVersion: 0.2.8
configChecksum: 752f612f28d4f91d283f6c1869ec3155
features:
terraform:
additionalDependencies: 0.1.0
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.11.5
version: 0.2.8
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.346.0
sources:
FastAPI:
sourceNamespace: fast-api
sourceRevisionDigest: sha256:54fb9dab091861bb21c7965fc95007684bdea5c526d38797174761cff6699bc2
sourceBlobDigest: sha256:6ddc00f4eb0363d85409fc0bb847a8d6dd5d5c42c5422d583edc670f5a31df66
sourceRevisionDigest: sha256:4c74fde302dc475a17a964be53b584a7a781750e8c98b6b4b42c8ca4d7cfe8eb
sourceBlobDigest: sha256:af200c0295a9d34b6c237d3c6e1f27777ded9f54b65867312c408fce8f950f4f
tags:
- latest
targets:
lumos-terraform-provider-target:
source: FastAPI
sourceNamespace: fast-api
sourceRevisionDigest: sha256:54fb9dab091861bb21c7965fc95007684bdea5c526d38797174761cff6699bc2
sourceBlobDigest: sha256:6ddc00f4eb0363d85409fc0bb847a8d6dd5d5c42c5422d583edc670f5a31df66
sourceRevisionDigest: sha256:4c74fde302dc475a17a964be53b584a7a781750e8c98b6b4b42c8ca4d7cfe8eb
sourceBlobDigest: sha256:af200c0295a9d34b6c237d3c6e1f27777ded9f54b65867312c408fce8f950f4f
outLocation: /Users/ethanzh/terraform-provider-lumos
workflow:
workflowVersion: 1.0.0
Expand Down
45 changes: 1 addition & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,6 @@
</div>

<no value>
<!-- Start SDK <no value> -->
To install this provider, copy and paste this code into your Terraform configuration. Then, run `terraform init`.

```hcl
terraform {
required_providers {
lumos = {
source = "teamlumos/lumos"
version = "0.1.49"
}
}
}
provider "lumos" {
# Configuration options
}
```
<!-- End SDK <no value> -->

<no value>
<!-- Start SDK <no value> -->
### Testing the provider locally

Should you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally.

This also allows for debuggers (e.g. delve) to be attached to the provider.

### Example

```sh
go run main.go --debug
# Copy the TF_REATTACH_PROVIDERS env var
# In a new terminal
cd examples/your-example
TF_REATTACH_PROVIDERS=... terraform init
TF_REATTACH_PROVIDERS=... terraform apply
```
<!-- End SDK <no value> -->

<no value>
<!-- Start SDK <no value> -->

<!-- End SDK <no value> -->

<!-- Start SDK Installation [installation] -->
## SDK Installation
Expand All @@ -59,7 +16,7 @@ terraform {
required_providers {
lumos = {
source = "teamlumos/lumos"
version = "0.11.5"
version = "0.2.8"
}
}
}
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.11.5"
version = "0.2.8"
}
}
}
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.11.5"
version = "0.2.8"
}
}
}
Expand Down

0 comments on commit ecf91ba

Please sign in to comment.