docs: Fix small error in resource targeting docs (#17890)

This commit is contained in:
cabillman 2018-06-11 15:34:25 -04:00 committed by Kristin Laemmert
parent 8a5cedaae6
commit 3dc1ce3036
1 changed files with 1 additions and 1 deletions

View File

@ -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 is specified in the address, all of the instances sharing the given
resource name are targeted. 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 specifies a module path, the target applies to all resources in the
specified module _and_ all of the descendent modules of the specified specified module _and_ all of the descendent modules of the specified
module. module.