Skip to content

Commit d43c88f

Browse files
committed
website: update docs for tainted
1 parent 01aa423 commit d43c88f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

website/source/docs/commands/taint.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The command-line flags are all optional. The list of available flags are:
4343
* `-backup=path` - Path to the backup file. Defaults to `-state-out` with
4444
the ".backup" extension. Disabled by setting to "-".
4545

46+
* `-module=path` - The module path where the resource to taint exists.
47+
By default this is the root path. Other modules can be specified by
48+
a period-separated list. Example: "foo" would reference the module
49+
"foo" but "foo.bar" would reference the "bar" module in the "foo"
50+
module.
51+
4652
* `-no-color` - Disables output with coloring
4753

4854
* `-state=path` - Path to read and write the state file to. Defaults to "terraform.tfstate".

0 commit comments

Comments
 (0)