Maksym Vlasov
                                            Maksym Vlasov
                                        
                                    Hi @hoangelos Glad to hear that. You can start from https://github.com/antonbabenko/pre-commit-terraform/blob/master/.github/CONTRIBUTING.md
It works for me
> As another take on it: does Transifex provide a way for us to only accept translations from users who have signed the CLA at the Linux Foundation, and to...
Ah, it discared full readme, not just this commit, meh, 1 min
Space trimming and so on should be done by [`.editorconfig`](https://editorconfig.org/) in the first place, as is supported by everything, including vim. TOC is not supported by built-in MD engine, for...
Can't reproduce, The next code has no violation of trivy 0.51.4 ```tf data "aws_iam_policy_document" "policy_document" { statement { actions = [ "iam:PassRole", ] resources = ["arn:aws:iam::12345677:role/*"] } } resource "aws_iam_role_policy_attachment"...