Merge pull request #25030 from gkramer/patch-1

Update modules.html.md
This commit is contained in:
Daniel Dreier 2020-05-27 16:37:08 -07:00 committed by GitHub
commit 2ff875cabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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