Skip to content

Commit c7857b0

Browse files
committed
doc assumption for dynamic blocks in tags and labels
1 parent 3d13e27 commit c7857b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Given the different ways of using dynamic blocks, we recommend reviewing the out
5757

5858
#### Dynamic blocks in tags and labels
5959

60-
You can use `dynamic` blocks for `tags` and `labels`. You can also combine the use of dynamic blocks in `tags` and `labels` with individual blocks in the same cluster definition, e.g.:
60+
You can use `dynamic` blocks for `tags` and `labels`. The plugin assumes that `for_each` has an expression which is evaluated to a map of strings.
61+
You can also combine the use of dynamic blocks in `tags` and `labels` with individual blocks in the same cluster definition, e.g.:
6162
```hcl
6263
tags {
6364
key = "environment"

0 commit comments

Comments
 (0)