Update modules.html.md
the -module option is no longer present.
This commit is contained in:
parent
df39e0a806
commit
f3db1232a0
|
@ -531,7 +531,7 @@ The [taint command](/docs/commands/taint.html) can be used to _taint_ specific
|
||||||
resources within a module:
|
resources within a module:
|
||||||
|
|
||||||
```shell
|
```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
|
It is not possible to taint an entire module. Instead, each resource within
|
||||||
|
|
Loading…
Reference in New Issue