Skip to content

Rule fails for Heredoc strings #16

@Wikiwix

Description

@Wikiwix

The rule can neither fix the following case, nor recognises the trailing comma if set:

resource "terraform_data" "test" {
  input = [
    "test",
    <<-HERE
      Lorem ipsum
    HERE
    ,
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions