From a5b31494435355c441e015ebfb209dee3d7f48eb Mon Sep 17 00:00:00 2001 From: Kunal Singh <109537406+iKunal-Singh@users.noreply.github.com> Date: Sat, 11 Mar 2023 13:56:35 +0530 Subject: [PATCH] Update list.mdx --- website/docs/cli/commands/state/list.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/state/list.mdx b/website/docs/cli/commands/state/list.mdx index 8471fbe89a..f3879ab6b6 100644 --- a/website/docs/cli/commands/state/list.mdx +++ b/website/docs/cli/commands/state/list.mdx @@ -18,7 +18,7 @@ The command will list all resources in the state file matching the given addresses (if any). If no addresses are given, all resources are listed. The resources listed are sorted according to module depth order followed -by alphabetical. This means that resources that are in your immediate +alphabetically. This means that resources that are in your immediate configuration are listed first, and resources that are more deeply nested within modules are listed last.