Fix documentation
It looks like the output does not match the command, in fact. This pull-request fixes this issue.
This commit is contained in:
parent
3b0a029028
commit
ad9e32f1f4
|
@ -81,5 +81,5 @@ This example will only taint a resource within a module:
|
|||
|
||||
```
|
||||
$ terraform taint -module=couchbase aws_instance.cb_node.9
|
||||
The resource aws_instance.couchbase.11 in the module root.couchbase has been marked as tainted!
|
||||
The resource aws_instance.cb_node.9 in the module root.couchbase has been marked as tainted!
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue