diff --git a/website/docs/cli/commands/taint.mdx b/website/docs/cli/commands/taint.mdx index b37a34b3eb..a9bca25706 100644 --- a/website/docs/cli/commands/taint.mdx +++ b/website/docs/cli/commands/taint.mdx @@ -32,7 +32,7 @@ $ terraform taint [options]
The `address` argument is the address of the resource to mark as tainted. The address is in -[the resource address syntax](/cli/state/resource-addressing) syntax, +[the resource address syntax](/cli/state/resource-addressing), as shown in the output from other commands, such as: - `aws_instance.foo`