fix typo
This commit is contained in:
parent
966f2d9f64
commit
8214c6ac61
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class Terraform(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ret, out, err = self.cmd(
|
ret, out, err = self.cmd(
|
||||||
'output', name, json=IsFlagged, *args, **options)
|
'output', name, json=IsFlagged, *args, **kwargs)
|
||||||
|
|
||||||
log.debug('output raw string: {0}'.format(out))
|
log.debug('output raw string: {0}'.format(out))
|
||||||
if ret != 0:
|
if ret != 0:
|
||||||
|
|
Loading…
Reference in a new issue