python-terraform icon indicating copy to clipboard operation
python-terraform copied to clipboard

Results 51 python-terraform issues
Sort by recently updated
recently updated
newest added

This PR contains the changes to support Terraform version 1.x, that have been applied on the gitlab repository dda/python-terraform

https://www.terraform.io/internals/debugging Terraform support logging to file and controlling log verbosity using environment variables. Allow them to be controlled/enabled by python.

Hi, We are trying run terraform init with python_terraform library as follows , return_code, stdout, stderr = tf.init(capture_output=True, reconfigure=True) In local, it is getting executed successfully. But in cloud run,...

I am using python-terraform in my projects, and I found out that python-terraform lib is not supporting latest terraform, such ass v1.1.0. So I want to contribute to add terraform...

Full test summary: [pytest GitHub Action](https://github.com/beelit94/python-terraform/runs/6606454060?check_suite_focus=true#step:5:49) =========================== short test summary info ============================ FAILED test/test_terraform.py::TestTerraform::test_cmd[-Plan: 0 to add, 0 to change, 0 to destroy.-0-False--var_to_output] FAILED test/test_terraform.py::TestTerraform::test_cmd[--0-False--var_to_output] FAILED test/test_terraform.py::TestTerraform::test_apply[var_to_output-variables0-None-test_output=test-options0] FAILED test/test_terraform.py::TestTerraform::test_apply[var_to_output-variables1-None-test_list_output=["c","d",]-options1] FAILED...

bug

I have configured everything right and provisioned my AWS infrastructure with 3 instances. When I make changes to the instances in the AWS console, when I call tf.plan() method I...

Terraform version 0.15.0 did remove flat --var-file, which is used for creating temporary file: ``` cmds += [f"-var-file={filename}"] ``` Terraform release note https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md: ``` The -var and -var-file options are...

Hi, we managed to support tf1.x here: https://gitlab.com/domaindrivenarchitecture/python-terraform Are you interested in a discussion how to merge our changes? BR

What I am seeing is - I call your tool's [apply function](https://github.com/beelit94/python-terraform/blob/develop/python_terraform/__init__.py#L97) - Terraform begins applying - Terraform fails -- Note that I am able to see the terraform failure...

Hello, I need help to resolve this error which I'm getting while working to build a flow on top of python_terraform APIs: `Running apply in the remote backend. Output will...