abstein2

Results 1 comments of abstein2

As a temporary workaround, if you add `var=None` to your `apply` command, it bypasses the issue. For example: ``` tf.plan(out="init.tfplan") tf.apply("init.tfplan", var=None) ``` Tested with Terraform v0.12.12 https://github.com/beelit94/python-terraform/blob/bda8b97e596138cbfbbe4c373b8524a705df626e/python_terraform/__init__.py#L232-L235 Since `value`...