Terraform: [aws][bug] Ambigious error message when trying to delete ebs volume

Created on 6 Apr 2016  ยท  3Comments  ยท  Source: hashicorp/terraform

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:""}
bug provideaws

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sprokopiak picture sprokopiak  ยท  3Comments

zeninfinity picture zeninfinity  ยท  3Comments

jrnt30 picture jrnt30  ยท  3Comments

franklinwise picture franklinwise  ยท  3Comments

ketzacoatl picture ketzacoatl  ยท  3Comments