SFS
Provides an e2e node resource. provides an on-demand, scalable, and high-performance shared file system for Elastic Cloud Servers.
Example uses
resource "e2e_sfs" "sfs1" {
name = "sfs-999"
plan = "5GB"
vpc_id = "143"
disk_size = 5
project_id = "325"
disk_iops = 75
region = "Delhi"
}
Schema
Required
disk_iops(Number) input output per seconddisk_size(Number) size of disk to be createdname(String) The name of the resource, also acts as it's unique IDplan(String) Details of the Planproject_id(String) size of disk to be createdvpc_id(String) virtual private cloud id of sfs
Optional
region(String) Location where node is to be launchedstatus(String) status will be updated after creation
Read-Only
id(String) The ID of this resource.