Skip to content

Commit b85496b

Browse files
committed
Update readme
1 parent 2ca8087 commit b85496b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ $ pip install libterraform
2020

2121
`TerraformCommand` is used to invoke various Terraform commands.
2222

23-
Currently, supports `version` and all main commands (`init`, `validate`, `plan`, `show`, `apply` and `destroy`),
24-
returning a `CommandResult` object. The `CommandResult` object has the following properties:
23+
Now, support all commands (`plan`, `apply`, `destroy` etc.), and return a `CommandResult` object.
24+
The `CommandResult` object has the following properties:
2525

2626
- `retcode` indicates the command return code. A value of 0 or 2 is normal, otherwise is abnormal.
2727
- `value` represents command output. If `json=True` is specified when executing the command, the output will be loaded

0 commit comments

Comments
 (0)