beelit94

Results 13 comments of beelit94

@jangrewe thank you for the PR, Could you provide me a sample tf file the will cause return code to 2 and error message is None? I can add it...

@automaticgiant for state file, I find it hard to understand the structure as well, so I always define "output" to fetch the information I want. for how to get a...

Hi @automaticgiant , I also implemented, native_data in our tfstate object, https://github.com/beelit94/python-terraform/blob/develop/python_terraform/tfstate.py I guess this should be enough for the use case for now?

@PrakashTrove could you provide the example tf file and commands you used? and does the native terraform commands work as expected?

Hi @narasimha18sv Could you try inserting the follow script to the above of "tf = Terraform(......" And provide the debug log for me? ``` import logging import sys logging.basicConfig(level=logging.DEBUG) root_logger...

Hi @narasimha18sv Thank you for your info, Sorry I should be more specific, Could you get the part in the log which contain "DEBUG:python_terraform:command...." for me? And could you provide...

@narasimha18sv Do you still see this issue? I'll close this within a week if we don't have any follow-up for this :)

@jangrewe @tsiq-acheung I actually didn't realize that detail exit code will result the false positive warning, I'm reopening this, and I believe this what https://github.com/beelit94/python-terraform/pull/30 for, let me add a...

@kshpytsya thank you for reporting this. it's awesome to identify this issue. I'll look into it this weekend, or you're always welcome to file a PR for this 👍