Small spelling improvement

It seems that the word `with` is redundant in the following sentence:

> For a module with without count or for_each, the address will not...
This commit is contained in:
Alex Litvinenko 2020-10-26 19:50:21 +01:00 committed by GitHub
parent 2b73a2c080
commit 1a371c3c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ we have declared `for_each` on the module block. When using the `count` argument
[`count`](/docs/configuration/resources.html#the-count-object) object is available.
Resources from child modules are prefixed with `module.module_name[module index]`
when displayed in plan output and elsewhere in the UI. For a module with without
when displayed in plan output and elsewhere in the UI. For a module without
`count` or `for_each`, the address will not contain the module index as the module's
name suffices to reference the module.