You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[terraform-aws-s3-bucket] ((0.45.0) %)$ tflint
1 issue(s) found:
Warning: variable "abort_incomplete_multipart_upload_days" is declared but not used (terraform_unused_declarations)
on variables.tf line 141:
141: variable "abort_incomplete_multipart_upload_days" {
Reference: https://github.com/terraform-linters/tflint/blob/v0.33.1/docs/rules/terraform_unused_declarations.md
Expected Behavior
I am expecting the variable abort_incomplete_multipart_upload_days to do something, but it appears to be useless.
The text was updated successfully, but these errors were encountered:
Thank you for opening this issue. Yes, you're right. It appears that this issue will be resolved by #92 , however it's been on pause for a while since we asked for a some changes (for backwards compatibility) despite it being a simple PR and we're waiting on the author. Probably, I'll take over that PR and resolve this.
Describe the Bug
On release 0.45.0:
Expected Behavior
I am expecting the variable
abort_incomplete_multipart_upload_days
to do something, but it appears to be useless.The text was updated successfully, but these errors were encountered: