open-nomad/e2e/csi/input/ebs-volume1.hcl

22 lines
378 B
HCL
Raw Normal View History

id = "ebs-vol[1]"
name = "this-is-a-test-1" # CSIVolumeName tag
type = "csi"
plugin_id = "aws-ebs0"
capacity_min = "10GiB"
capacity_max = "20GiB"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
capability {
access_mode = "single-node-writer"
attachment_mode = "block-device"
}
parameters {
type = "gp2"
}