-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
Seemingly correct test not picking up values #221
Comments
🤔 very interesting. Checking on this now. Thanks for the issue 🎉 |
Found the problem. I was just thinking of a refactoring for a better code structure, and this issue just hits that spot directly. Thanks for the issue again 🎉 I will fix it with the refactoring of th problematic step. |
@eerkunt amazing! Glad to see I was not missing anything obvious 😁 looking forward to the updated version. Thanks again! |
…and it fails if the plan has irregular list of lists. #221
Fixed it quickly for unblocking you. I will work on the bigger refactoring on the next releases. Will release soon, waiting for tests to be passed. |
Could you please have a try with 1.1.9 and let me know if it works for you ? Should be in PyPi in few minutes. |
Thank you for the quick response! 1.1.9 does indeed solve the issue. Marking as solved. Thanks again and until next time! 😄 |
This issue's conversation is now locked. If you want to continue this discussion please open a new issue. |
Description :
Hi!
I have a test which seems to be correct, but produces a weird result. It appears that terraform-compliance is chocking on a specific value, but I can't figure out why.
To Reproduce
Which generates this (abbreviated) JSON:
Nothing special, just ran
terraform-compliance -f test/unit/ -p unit_test.json
.Run via Docker container.
Output:
Expected behavior :
Since the first test allows me to dig all the way into
disable_password_authentication
, I would also expect to be able to dig intossh_keys
.Tested versions :
terraform-compliance -v
)>Old version 1.0.60 passed this test. Updated to 1.1.8, test fails.
terraform -v
)>Terraform v0.12.20
Additional context
Thanks for any help!
The text was updated successfully, but these errors were encountered: