Skip to content

Commit

Permalink
Release 0.2.23 (#214)
Browse files Browse the repository at this point in the history
* generate docs & build

* manual "go get" tfplugindocs because "go tidy" removes it from deps
  • Loading branch information
razbensimon committed Jan 24, 2022
1 parent 4f75ddf commit ad162f3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 37 deletions.
7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ provider "env0" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- **api_endpoint** (String) override api endpoint (used for testing)
- **api_key** (String, Sensitive) env0 api key (https://developer.env0.com/docs/api/YXBpOjY4Njc2-env0-api#creating-an-api-key)
- **api_secret** (String, Sensitive) env0 api key secret

### Optional

- **api_endpoint** (String) override api endpoint (used for testing)
1 change: 1 addition & 0 deletions generate-docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
go get github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ require (
github.com/golang/mock v1.4.3
github.com/google/uuid v1.2.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-json v0.13.0 // indirect
github.com/hashicorp/terraform-plugin-docs v0.5.1 // indirect
github.com/hashicorp/terraform-exec v0.15.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.4
github.com/jarcoal/httpmock v1.0.8
github.com/jinzhu/copier v0.3.2
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/zclconf/go-cty v1.10.0 // indirect
)
Loading

0 comments on commit ad162f3

Please sign in to comment.