From 3dc1ce3036f251ee81246452728ba1026f3c94d0 Mon Sep 17 00:00:00 2001 From: cabillman Date: Mon, 11 Jun 2018 15:34:25 -0400 Subject: [PATCH] docs: Fix small error in resource targeting docs (#17890) --- website/docs/commands/plan.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/plan.html.markdown b/website/docs/commands/plan.html.markdown index 6b065129e..00d705a4b 100644 --- a/website/docs/commands/plan.html.markdown +++ b/website/docs/commands/plan.html.markdown @@ -100,7 +100,7 @@ to specify the constraint. The resource address is interpreted as follows: is specified in the address, all of the instances sharing the given resource name are targeted. -* The the given address _does not_ have a resource spec, and instead just +* If the given address _does not_ have a resource spec, and instead just specifies a module path, the target applies to all resources in the specified module _and_ all of the descendent modules of the specified module.