-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for terraform 0.15 #103
Comments
Given the slew of differences between Terraform below 0.12.x and above 0.12.x, does it make sense to drop support of 0.11 and below in the next major release? |
@Spikeophant
I'm quite invested in |
0.15.2 and 1.0.0 are probably more important targets at this time. |
for those running into this issue, I managed to get around it by calling Terraform().cmd() directly, like this: from python_terraform import Terraform
tf = Terraform()
tf.cmd("init -reconfigure -backend=true") ugly, I know. but does the job while this issue is not properly fixed. |
For me personally the issue is with 0.15+ but as I prefer sticking to the latest version if #116 will be merged and allow us to work with the latest terraform 1.x.x I'll be happy closing this ticket |
Terraform version 0.15.0 did remove flat --var-file, which is used for creating temporary file:
Terraform release note https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md:
User see output:
The text was updated successfully, but these errors were encountered: