amitanand-ms

Results 2 comments of amitanand-ms

I am also seeing same error

I am not using docker, just trying to use terraform through Python on a VM through a simple python code. from python_terraform import * tf = Terraform(working_dir='/root/terraform',variables={'azure_pass':passw, 'resource_group_name':"testrgpython" ,'resource_location':"eastus"}) approve...