Removing working dir.
This commit is contained in:
parent
05c44c2cdc
commit
57a80d7e71
1 changed files with 0 additions and 1 deletions
|
@ -398,7 +398,6 @@ class Terraform(object):
|
|||
:return: nothing
|
||||
"""
|
||||
|
||||
working_dir = self.working_dir if self.working_dir else None
|
||||
options = kwargs
|
||||
options['workspace'] = workspace
|
||||
options = self._generate_default_options(options)
|
||||
|
|
Loading…
Reference in a new issue