Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4c6565 committed Jul 19, 2023
1 parent d209b52 commit bfdd62e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/data-sources/ecloud_iops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ecloud_iops Data Source

This resource represents an eCloud IOPS tier

## Example Usage

```hcl
data "ecloud_iops" "iops-300" {
number = 300
}
```

## Argument Reference

- `iops_id`: ID of IOPS tier
- `availability_zone_id`: ID of Availability Zone that tier is available in
- `name`: Name of IOPS tier
- `level`: IOPS level/limit

## Attributes Reference

`id` is set to IOPS tier ID

- `name`: Name of IOPS tier
- `level`: IOPS level/limit

0 comments on commit bfdd62e

Please sign in to comment.