From ad9e32f1f42859df24023cf774fb27e57475f605 Mon Sep 17 00:00:00 2001 From: "Sitatirev, Xul" Date: Sun, 22 Jul 2018 23:59:53 +0200 Subject: [PATCH] Fix documentation It looks like the output does not match the command, in fact. This pull-request fixes this issue. --- website/docs/commands/taint.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! ```