From b85728dff26fc692115a97471e372d60e53cf664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Mon, 30 Sep 2024 11:24:11 -0300 Subject: [PATCH] nomad is gone, remove machines only flag --- volume_types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/volume_types.go b/volume_types.go index 60abacd..7472eb7 100644 --- a/volume_types.go +++ b/volume_types.go @@ -32,7 +32,6 @@ type CreateVolumeRequest struct { SizeGb *int `json:"size_gb"` Encrypted *bool `json:"encrypted"` RequireUniqueZone *bool `json:"require_unique_zone"` - MachinesOnly *bool `json:"machines_only"` SnapshotRetention *int `json:"snapshot_retention"` AutoBackupEnabled *bool `json:"auto_backup_enabled"`