Skip to content

Commit ad0a164

Browse files
committed
update doc
1 parent 41e7025 commit ad0a164

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/command_adv2v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dynamic "tags" {
5656
### Dynamic blocks in region_configs
5757

5858
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+
**Note:** `map` and `set` are not supported.
5960

6061
This is an example of how to use dynamic blocks in `region_configs`:
6162
```hcl
@@ -81,6 +82,7 @@ replication_specs {
8182
### Dynamic blocks in replication_specs
8283

8384
You can use `dynamic` blocks for `replication_specs`. The plugin assumes that the value of `for_each` is an expression which evaluates to a `list` of objects.
85+
**Note:** `map` and `set` are not supported.
8486

8587
This is an example of how to use dynamic blocks in `replication_specs`:
8688
```hcl

docs/command_clu2adv.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dynamic "tags" {
5656
### Dynamic blocks in regions_config
5757

5858
You can use `dynamic` blocks for `regions_config`. The plugin assumes that the value of `for_each` is an expression which evaluates to a `list` of objects.
59+
**Note:** `map` and `set` are not supported.
5960

6061
This is an example of how to use dynamic blocks in `regions_config`:
6162
```hcl
@@ -77,6 +78,7 @@ replication_specs {
7778
### Dynamic blocks in replication_specs
7879

7980
You can use `dynamic` blocks for `replication_specs`. The plugin assumes that the value of `for_each` is an expression which evaluates to a `list` of objects.
81+
**Note:** `map` and `set` are not supported.
8082

8183
This is an example of how to use dynamic blocks in `replication_specs`:
8284
```hcl

0 commit comments

Comments
 (0)