Skip to content

Commit eaea130

Browse files
committed
docs(quick-1): add Workflow Examples section to README
Links to all 5 workflow directories for discoverability. Section placed between Data Sources and Development.
1 parent 8fdc00a commit eaea130

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ Environment variable: `FLASHBLADE_ENDPOINT`, `FLASHBLADE_API_TOKEN`.
9191
| `flashblade_array_ntp` | Read current array NTP configuration |
9292
| `flashblade_array_smtp` | Read current array SMTP configuration |
9393

94+
## Workflow Examples
95+
96+
Production-ready configurations showing how resources compose together:
97+
98+
| Workflow | Description | Resources Used |
99+
|----------|-------------|----------------|
100+
| [Object Store Setup](examples/workflows/object-store-setup/) | S3-compatible storage: account, bucket, access key | account, bucket, access_key |
101+
| [NFS File Share](examples/workflows/nfs-file-share/) | Team shared storage with export policy | file_system, nfs_export_policy, nfs_export_policy_rule |
102+
| [Multi-Protocol File System](examples/workflows/multi-protocol-file-system/) | Windows + Linux access on same FS | file_system, nfs_export_policy, smb_share_policy |
103+
| [Array Admin Baseline](examples/workflows/array-admin-baseline/) | Day-1 DNS, NTP, SMTP configuration | array_dns, array_ntp, array_smtp |
104+
| [Secured S3 Bucket](examples/workflows/secured-s3-bucket/) | Bucket with network + access policies | bucket, network_access_policy, object_store_access_policy |
105+
94106
## Development
95107

96108
```bash

0 commit comments

Comments
 (0)