-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "kowabunga_kfs Resource - terraform-provider-kowabunga" | ||
subcategory: "" | ||
description: |- | ||
Manages a KFS distributed network storage resource. KFS (stands for Kowabunga File System) provides an elastic NFS-compatible endpoint. | ||
--- | ||
|
||
# kowabunga_kfs (Resource) | ||
|
||
Manages a KFS distributed network storage resource. **KFS** (stands for *Kowabunga File System*) provides an elastic NFS-compatible endpoint. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Resource name | ||
- `project` (String) Associated project name or ID | ||
- `zone` (String) Associated zone name or ID | ||
|
||
### Optional | ||
|
||
- `access_type` (String) KFS' access type. Allowed values: 'RW' or 'RO'. Defaults to RW. | ||
- `desc` (String) Resource extended description | ||
- `nfs` (String) Associated NFS storage name or ID (zone's default if unspecified) | ||
- `notify` (Boolean) Whether to send email notification at creation (default: **true**) | ||
- `protocols` (List of Number) KFS's requested NFS protocols versions (defaults to NFSv3 and NFSv4)) | ||
|
||
### Read-Only | ||
|
||
- `endpoint` (String) NFS Endoint (read-only) | ||
- `id` (String) Resource object internal identifier |