We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f47c5e commit ed0bce4Copy full SHA for ed0bce4
docs/README.md
@@ -632,6 +632,10 @@ Each volume in map is defined a key corresponding to its and a map of attributes
632
- GCP: `pd-ssd`
633
- OpenStack: `null`
634
- OVH: `null`
635
+- `managed` (optional, def: `true`): set to `false` to indicate that the volume already
636
+exists and should not be created by Terraform only mounted. When a volume is configured with `managed = false`,
637
+its name needs to match the following pattern `{tag}-{name}-{mounting_hostname}`,
638
+for example `nfs-home-mgmt1`.
639
640
Volumes with a tag that have no corresponding instance will not be created.
641
0 commit comments