We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01aa423 commit d43c88fCopy full SHA for d43c88f
1 file changed
website/source/docs/commands/taint.html.markdown
@@ -43,6 +43,12 @@ The command-line flags are all optional. The list of available flags are:
43
* `-backup=path` - Path to the backup file. Defaults to `-state-out` with
44
the ".backup" extension. Disabled by setting to "-".
45
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
+
52
* `-no-color` - Disables output with coloring
53
54
* `-state=path` - Path to read and write the state file to. Defaults to "terraform.tfstate".
0 commit comments