From 4835deddaef450198bba00a50311f2ada6f79b96 Mon Sep 17 00:00:00 2001 From: Corey Innis Date: Fri, 21 Oct 2022 01:28:05 -0700 Subject: [PATCH] tiny update to Resource Addressing: "value4" An almost ridiculous contribution. Yet, it made it so much clearer for me, when I realized I could frame it with this finish. --- website/docs/cli/state/resource-addressing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/state/resource-addressing.mdx b/website/docs/cli/state/resource-addressing.mdx index 07f3039c06..072e9c205c 100644 --- a/website/docs/cli/state/resource-addressing.mdx +++ b/website/docs/cli/state/resource-addressing.mdx @@ -133,4 +133,4 @@ An address like this: aws_instance.web["example"] ``` -Refers to only the "example" instance in the config. +Refers to only the "example" instance in the config, and resolves to "value4".