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

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

Add support for terraform validate.

enhancement
feature

Sorry if this has been discussed, I didn't find anything in the archive... I'm attempting to apply a plan created in a previous step using this python-terraform, however, it seems...

bug

Hi, Could you please publish the new 0.14 version to Pypi server? https://pypi.org/project/python-terraform/#history

Hello, I have python script that successfully runs from console * I did `az login` * I have `main.tf` * scripts does create resources and then destroys them. * and...

Hi, I'd like to know if it's possible to understand using Python and tfplan if a specific GCP SQL resource has changed? _Name of the Terraform resource:_ `resource "google_sql_database_instance" "read_replica"`...

Hi, A question: is there a way to make all the variables appear in the command line instead of putting them in temp files? It could be very useful when...

Add workspace list functionality

I was wondering if there's a reason why default options are not being passed in the output function like they are for init, plan, apply, and destroy. When I define...

The `import` method belonging to the `Terraform` class cannot be invoked because `import` is a reserved keyword in Python. Please rename the method to make it useable. The following will...

The apply function in __init__.py seems to overwrite auto-approve. I have made a local change in my copy of the code and it works by first checking if auto-approve has...

bug
help wanted
needs review