Kaan Katırcıoğlu

Results 28 comments of Kaan Katırcıoğlu

Hi @ranopriyo-neogy, Thanks for reporting! I am having trouble recreating the issue, is it possible to share an anonymized version of the plan?

@mdesmarest, Thanks for reporting this bug! Here's my take on it: #417 The default value of `encrypted` in `ebs_block_device` is `false` in the docs. However, in the plan file, the...

Hi @vrbcntrl, Thanks for the issue. This is something that had me surprised before for not existing in Terraform-Compliance yet. The closest I could get to the requirement is: ```...

Unfortunately not, but I will be fixing this issue soon. It seems name of the resource (e.g. `example`, `private`) shadows the `name` within the `values` of resource. The introduction of...

@ujjwalgarg1995 A temporary fix was addressed (temporary because some changes on this step's behavior is planned to take place). I will ping @eerkunt for a PR review. Sorry for the...

Hi @mdesmarest I noticed this issue after opening #398, which will ommit Passing/Skipping Scenarios from the output but still have the following format for failing scenarios: ```gherkin Feature: Feature for...

@craigthackerx, [When it contains something](https://terraform-compliance.com/pages/bdd-references/when.html#when-it-contains-something) drills down, while [When it has something](https://terraform-compliance.com/pages/bdd-references/when.html#when-it-has-something) does not. Only [THEN](https://terraform-compliance.com/pages/bdd-references/then.html) steps should drill down, hence the deprecation of "When it has something." I see...

@mdesmarest I will look into this issue. Before doing so I wanted to double check: ```Gherkin Given I have aws_s3_bucket defined When its module_address metadata is module.moduletester ``` Do these...

Hi @mdesmarest I added `source` to metadata on #532. Could you give it a try?

Hi @Nielsoux I'm having trouble recreating your issue. Is it possible to share the plan file?