Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heredoc syntax doesn't get picked up #16

Open
stephenliberty opened this issue Jun 10, 2020 · 1 comment
Open

Heredoc syntax doesn't get picked up #16

stephenliberty opened this issue Jun 10, 2020 · 1 comment

Comments

@stephenliberty
Copy link

Thanks for putting this together. Quick bug report - if you create something like an aws_s3_bucket_object like so..

resource "aws_s3_bucket_object" "test_item" {
   bucket = "..."
   key = "..."
   content = <<EOT
Alll the content in here. Do do do, content, content, content. 
EOT
}

it seems that the item gets ignored when trying to filter - it'll show up something like this if any part of it is updated:

  ~ resource "aws_s3_bucket_object" "test_item" {
        key           = "..."
        bucket        = "..."
        content       = <<~EOT
        Alll the content in here. Do do do, content, content, content. 
        EOT
     }
@alexismosquera
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants