From c726a25fcdda4c8f5f94429b7e91a2ae3c490cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20=C5=A0ateika?= <3257241+martynassateika@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:44:14 +0100 Subject: [PATCH] Update taint.mdx --- website/docs/cli/commands/taint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`