amruthapbhat

Results 2 comments of amruthapbhat

Hi @mithun0119 I am also facing the same issue. Any luck in finding any fix for the above mentioned issue

Hi, I have used the below script and trying to execute terraform script but the terraform apply does not work from python_terraform import * tf = Terraform(working_dir='/home/ubuntu/Amrutha/pshell') tf.plan(no_color=IsFlagged, refresh=False, capture_output=True)...