You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command_adv2v2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ dynamic "tags" {
55
55
56
56
### Dynamic blocks in region_configs
57
57
58
-
You can use `dynamic` blocks for `region_configs`. The plugin assumes that `for_each`has an expression which is evaluated to a `list` of objects.
58
+
You can use `dynamic` blocks for `region_configs`. The plugin assumes that the value of `for_each`is an expression which evaluates to a `list` of objects.
59
59
60
60
This is an example of how to use dynamic blocks in `region_configs`:
0 commit comments