terraform: fixed typo, name error sdtout -> stdout (#37253)
This commit is contained in:
parent
c5c78ab045
commit
3bf6c50fa9
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def main():
|
|||
else:
|
||||
outputs = json.loads(outputs_text)
|
||||
|
||||
module.exit_json(changed=changed, state=state, outputs=outputs, sdtout=out, stderr=err, command=' '.join(command))
|
||||
module.exit_json(changed=changed, state=state, outputs=outputs, stdout=out, stderr=err, command=' '.join(command))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue