Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gxben committed Oct 16, 2023
1 parent bd60573 commit 5994f33
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/resources/kfs.md
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

0 comments on commit 5994f33

Please sign in to comment.