Skip to content

Commit

Permalink
Add doc about plan burst
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 17, 2023
1 parent 7f8c478 commit a48f9a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/resources/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,23 @@ resource "tsuru_plan" "plan1" {

### Optional

- `cpu_burst` (Block List, Max: 1) (see [below for nested schema](#nestedblock--cpu_burst))
- `default` (Boolean)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- `id` (String) The ID of this resource.

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

Optional:

- `default` (Number) Factor of burst, ie: 1.1 means 10% of burst
- `max_allowed` (Number) max allowed when user customizes the burst


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

Expand Down

0 comments on commit a48f9a2

Please sign in to comment.