brash-scientist-65555
10/15/2020, 9:26 PMlittle-cartoon-10569
10/15/2020, 9:39 PMCurrently, changes to the ebs_block_device configuration of existing resources cannot be automatically detected by Terraform. To manage changes and attachments of an EBS block to an instance, use the aws_ebs_volume and aws_volume_attachment resources instead. If you use ebs_block_device on an aws_instance, Terraform 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 external aws_ebs_volume and aws_volume_attachment resources for a given instance.
ignoreChanges
opts.brash-scientist-65555
10/15/2020, 10:11 PMlittle-cartoon-10569
10/15/2020, 10:14 PMignoreChanges
option will get you over the problem so long as you don't plan on, y'know, making any changes...brash-scientist-65555
10/15/2020, 10:17 PM