Files
nomad/demo/hostvolume/internal-plugin.volume.hcl
Daniel Bennett e76f5e0b4c dynamic host volumes: volume fingerprinting (#24613)
and expand the demo a bit
2024-12-19 09:25:54 -05:00

15 lines
288 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
name = "internal-plugin"
type = "host"
# this plugin is built into Nomad;
# it simply creates a directory.
plugin_id = "mkdir"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}