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:
Sitatirev, Xul 2018-07-22 23:59:53 +02:00 committed by GitHub
parent 3b0a029028
commit ad9e32f1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!
```