Skip to content

Commit

Permalink
move prop above block definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretius committed Apr 5, 2019
1 parent af963d1 commit c4241df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/mssql_elasticpool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ The following arguments are supported:

* `tags` - (Optional) A mapping of tags to assign to the resource.

* `zone_redundant` - (Optional) Whether or not this elastic pool is zone redundant. `tier` needs to be `Premium` for `DTU` based or `BusinessCritical` for `vCore` based `sku`. Defaults to `false`.

---

`sku` supports the following:
Expand All @@ -92,8 +94,6 @@ The following arguments are supported:

---

* `zone_redundant` - (Optional) Whether or not this elastic pool is zone redundant. `tier` needs to be `Premium` for `DTU` based or `BusinessCritical` for `vCore` based `sku`. Defaults to `false`.

## Attributes Reference

The following attributes are exported:
Expand Down

0 comments on commit c4241df

Please sign in to comment.