Emre Erkunt

Results 114 comments of Emre Erkunt

You can achieve this by using `When its {key} is {value}` directive. e.g. ```cucumber Scenario Outline: policies that allows anonymous principals must not be created Given I have aws_s3_bucket_policy defined...

Looks like they made a major change, how nice.. :( Looking into this, will update #619 if required.

@mheiges can I have a plan.out.json for your case if it doesn't have any confidential information ? Support is there with 1.3.33 version, but couldn't reproduce your stuff. Thanks

Thanks for pointing this out @mdesmarest . This has been raised before, it looks like its creating more problems than fixing. Will produce a document about this and provide a...

Pasting the comment I wrote the the PR Since `terraform_asg_style_tags` is very AWS-oriented, I am not positive to have an if clause in `terraform-compliance` for checking if the resource is...

This could be the best issue descriptions (and conversation) we might ever had. Thanks a lot for this guys! We spent few hours to really understand the root cause of...

Just released `1.3.8`. Based on our tests it fixed the issue but please have a try and let us know 🙏

Hi @anthonycolon25, Yes, you can utilise `Scenario Outline` to iterate over a list of _things_ (either resource, properties, something..). Similar to [this example](https://terraform-compliance.com/pages/Examples/tags_related.html#ensure-that-specific-tags-are-defined). ```gherkin Scenario Outline: Ensure that specific tags...

You can, but then it will be a slightly similar approach. e.g. ```gherkin Scenario Outline: Ensure that my specific tags are defined Given I have defined When it contains tags...