python-terraform
python-terraform copied to clipboard
Default options are not being passed to the output command
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 a Terraform object and give it a state file to use, then I would expect that file to be automatically used by all the methods in this object instead of having to pass it again.