Skip to content

Commit

Permalink
Nomad is gone, remove machines only flag (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra authored Sep 30, 2024
1 parent 34ba9dc commit 58245f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion volume_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit 58245f0

Please sign in to comment.