website: fix <ul> formatting in "taint" doc

This commit is contained in:
Ben Drucker 2019-08-19 16:23:30 -07:00
parent 273b668976
commit e8996e065e
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`