add dir_or_plan parameter
This commit is contained in:
parent
6fdd205527
commit
5b6f4c133e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class Terraform(object):
|
||||||
else:
|
else:
|
||||||
return ret_code, None, None
|
return ret_code, None, None
|
||||||
|
|
||||||
def output(self, name, **kwargs):
|
def output(self, name, dir_or_plan=None, **kwargs):
|
||||||
"""
|
"""
|
||||||
https://www.terraform.io/docs/commands/output.html
|
https://www.terraform.io/docs/commands/output.html
|
||||||
:param name: name of output
|
:param name: name of output
|
||||||
|
|
Loading…
Reference in a new issue