This commit is contained in:
Wythe Lin 2017-08-02 10:29:54 -07:00
parent f7691f7d3c
commit 6fdd205527

View file

@ -257,7 +257,6 @@ class Terraform(object):
:return: output value
"""
options = kwargs
options['detailed_exitcode'] = detailed_exitcode
options = self._generate_default_options(options)
args = self._generate_default_args(dir_or_plan)