We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
No branches or pull requests
Thanks for putting this together. Quick bug report - if you create something like an aws_s3_bucket_object like so..
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:
The text was updated successfully, but these errors were encountered: