From f3db1232a00faeb78810c04c32650ab2dd8b5a33 Mon Sep 17 00:00:00 2001 From: Garron Kramer Date: Mon, 25 May 2020 15:41:45 +0300 Subject: [PATCH] Update modules.html.md the -module option is no longer present. --- website/docs/configuration/modules.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/modules.html.md b/website/docs/configuration/modules.html.md index 172093f25..9628d1900 100644 --- a/website/docs/configuration/modules.html.md +++ b/website/docs/configuration/modules.html.md @@ -531,7 +531,7 @@ The [taint command](/docs/commands/taint.html) can be used to _taint_ specific resources within a module: ```shell -$ terraform taint -module=salt_master aws_instance.salt_master +$ terraform taint module.salt_master.aws_instance.salt_master ``` It is not possible to taint an entire module. Instead, each resource within