Anton Grübel

Results 190 comments of Anton Grübel

hey @CrypticBantu sure go ahead 🙂 here you can find the related test file https://github.com/bridgecrewio/checkov/blob/main/tests/terraform/checks/resource/aws/test_RDSDeletionProtection.py

We don't propagate `default_tags` to any resources, therefore you can just check the provider itself for this information. ForTerraform plan files you would need to check for `tags_all`, which should...

@Christiansarkodie feel free to reach out again, if you still have issues.

@scoleri feel free to reach out again, if you still have issues 🙂

hey @valkum thanks for the code 🍻 I'm really interested in getting this into the crate, because it solves the issue of key names with `type`. Do you still want...

@valkum all good 🙂 let me know, otherwise I will create a new PR branching off yours 💪

You also need to adjust the `setup.py` otherwise it won't work, because the `Pipfile` is for local development and running the UTs, but has no consequences on published package. As...

hey @caevv thanks for reaching out. The current logic looks for unrestricted wildcard usage. If a resource targets a specific service like in your example, then it will already pass...

hey @Jhanvi12 thanks for reaching out. i can validate that we now support the first case correctly, but not the second 😅

hey @nicholas-marchini thanks for reaching out. As far as I can tell from your example, if `var.env` is not set, then we can't do a lookup.