From d43c88f5f3ba1efdee1252c94bf200e8fb0f158d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Feb 2015 10:45:39 -0800 Subject: [PATCH] website: update docs for tainted --- website/source/docs/commands/taint.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/commands/taint.html.markdown b/website/source/docs/commands/taint.html.markdown index 3116c0fcea..c5685e2a73 100644 --- a/website/source/docs/commands/taint.html.markdown +++ b/website/source/docs/commands/taint.html.markdown @@ -43,6 +43,12 @@ The command-line flags are all optional. The list of available flags are: * `-backup=path` - Path to the backup file. Defaults to `-state-out` with the ".backup" extension. Disabled by setting to "-". +* `-module=path` - The module path where the resource to taint exists. + By default this is the root path. Other modules can be specified by + a period-separated list. Example: "foo" would reference the module + "foo" but "foo.bar" would reference the "bar" module in the "foo" + module. + * `-no-color` - Disables output with coloring * `-state=path` - Path to read and write the state file to. Defaults to "terraform.tfstate".