Terraform v0.6.14
terraform plan -destroy -target module.name
aws_ebs_volume.xxxxxx: Error reading EC2 volume vol-XXXXXXX: &awserr.requestError{awsError:(*awserr.baseError)(0xc820407600), statusCode:403, requestID:""}
Hi @thebenwaters,
This one looks like a straightforward error: the format string for this error message is using %#v
(show full data structure) rather than %s
(show string representation).
Thanks for creating this issue, @thebenwaters! I checked in a quick fix, which should hopefully take care of this.
I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.