Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarsa committed Dec 13, 2021
1 parent 00b5bed commit f439a60
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/data-sources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
page_title: "tsuru_app Data Source - terraform-provider-tsuru"
subcategory: ""
description: |-
---

# tsuru_app (Data Source)
Expand Down Expand Up @@ -56,3 +56,5 @@ Read-Only:
- **addresses** (List of String)
- **name** (String)
- **options** (Map of String)


1 change: 1 addition & 0 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Tsuru Application

### Read-Only

- **cluster** (String) The name of cluster
- **internal_address** (List of Object) (see [below for nested schema](#nestedatt--internal_address))
- **router** (List of Object) (see [below for nested schema](#nestedatt--router))

Expand Down
1 change: 1 addition & 0 deletions docs/resources/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ description: |-

- **config** (String) Configuration for router in YAML format
- **id** (String) The ID of this resource.
- **readiness_gates** (List of String) List of readiness gates associated with this router


2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
cloud.google.com/go/storage v1.14.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/antihax/optional v1.0.0
github.com/antihax/optional v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.38.12 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/ghodss/yaml v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/tsuru/terraform-provider-tsuru/internal/provider"
)

//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@latest

func main() {
plugin.Serve(&plugin.ServeOpts{
Expand Down

0 comments on commit f439a60

Please sign in to comment.