Merge pull request #18516 from xulsitatirev/patch-2

Fix documentation on tainting resources within modules
This commit is contained in:
Kristin Laemmert 2018-07-23 09:39:37 -07:00 committed by GitHub
commit 419649d4f0
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!
```