The rule can neither fix the following case, nor recognises the trailing comma if set: ```tf resource "terraform_data" "test" { input = [ "test", <<-HERE Lorem ipsum HERE , ] } ```