diff --git a/website/docs/commands/taint.html.markdown b/website/docs/commands/taint.html.markdown index 1b9e3e6c7..4dd1a30db 100644 --- a/website/docs/commands/taint.html.markdown +++ b/website/docs/commands/taint.html.markdown @@ -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! ```