Merge pull request #29480 from Lasthalf/patch-1

generated -> generate
This commit is contained in:
Laura Pacilio 2021-08-30 12:04:30 -04:00 committed by GitHub
commit c29e10b0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,6 +205,6 @@ individual resource arguments that expect complex values.
Some resource types also define _nested block types_, which typically represent Some resource types also define _nested block types_, which typically represent
separate objects that belong to the containing resource in some way. You can't separate objects that belong to the containing resource in some way. You can't
dynamically generated nested blocks using `for` expressions, but you _can_ dynamically generate nested blocks using `for` expressions, but you _can_
generate nested blocks for a resource dynamically using generate nested blocks for a resource dynamically using
[`dynamic` blocks](dynamic-blocks.html). [`dynamic` blocks](dynamic-blocks.html).