volume Type
Parameters
value
Type of volume. Valid values include standard
, gp2
, gp3
, io1
, io2
, sc1
, or st1
. Defaults to gp2
.
NOTE: Currently, changes to the
ebs_block_device
configuration of existing resources cannot be automatically detected by this provider. To manage changes and attachments of an EBS block to an instance, use theaws.ebs.Volume
andaws.ec2.VolumeAttachment
resources instead. If you useebs_block_device
on anaws.ec2.Instance
, this provider will assume management over the full set of non-root EBS block devices for the instance, treating additional block devices as drift. For this reason,ebs_block_device
cannot be mixed with externalaws.ebs.Volume
andaws.ec2.VolumeAttachment
resources for a given instance.