no point in setting iops on a standard volumes
This commit is contained in:
parent
c615539929
commit
241903d0b0
|
@ -21,7 +21,6 @@ func TestBlockDevice(t *testing.T) {
|
||||||
VolumeType: "standard",
|
VolumeType: "standard",
|
||||||
VolumeSize: 8,
|
VolumeSize: 8,
|
||||||
DeleteOnTermination: true,
|
DeleteOnTermination: true,
|
||||||
IOPS: 1000,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
Result: &ec2.BlockDeviceMapping{
|
Result: &ec2.BlockDeviceMapping{
|
||||||
|
|
Loading…
Reference in New Issue