Merge pull request #22518 from bendrucker/website-taint-ul

website: fix <ul> formatting in "taint" doc
This commit is contained in:
Pam Selle 2019-08-20 13:50:34 -04:00 committed by GitHub
commit b4fa5591b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Usage: `terraform taint [options] address`
The `address` argument is the address of the resource to mark as tainted. The `address` argument is the address of the resource to mark as tainted.
The address is in the usual resource address syntax, as shown in The address is in the usual resource address syntax, as shown in
the output from other commands, such as: the output from other commands, such as:
* `aws_instance.foo` * `aws_instance.foo`
* `aws_instance.bar[1]` * `aws_instance.bar[1]`
* `module.foo.module.bar.aws_instance.baz` * `module.foo.module.bar.aws_instance.baz`