Skip to content

Commit

Permalink
Update docs of tsuru_app resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed May 12, 2021
1 parent cb9a83e commit f673d60
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Tsuru Application
- **restart_on_update** (Boolean) Restart app after applying changes
- **tags** (List of String) Tags

### Read-Only

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

<a id="nestedblock--metadata"></a>
### Nested Schema for `metadata`

Expand All @@ -40,3 +45,25 @@ Optional:
- **labels** (Map of String)


<a id="nestedatt--internal_address"></a>
### Nested Schema for `internal_address`

Read-Only:

- **domain** (String)
- **port** (Number)
- **process** (String)
- **protocol** (String)
- **version** (String)


<a id="nestedatt--router"></a>
### Nested Schema for `router`

Read-Only:

- **addresses** (List of String)
- **name** (String)
- **options** (Map of String)


0 comments on commit f673d60

Please sign in to comment.