Ashish Bubne

Results 1 issues of Ashish Bubne

``` tf = Terraform(working_dir='/var/www/html/terraform') tf.plan(no_color=IsFlagged, refresh=False, capture_output=True) ``` after running this script we are getting `Error: Argument or block definition required` Python Version - 3.6.8 Terraform v0.12.10 + provider.aws v2.31.0

needs review