Storage – Volumes
Volume lifecycle behavior
Safe updates and lifecycle controls
resource "verda_volume" "data" {
name = "training-data"
size_gb = 500
lifecycle {
prevent_destroy = true
}
}Resizing volumes
Importing existing volumes
Troubleshooting
Next steps
Last updated
Was this helpful?