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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ dynamic "tags" {
56
56
### Dynamic blocks in region_configs
57
57
58
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
+
**Note:**`map` and `set` are not supported.
59
60
60
61
This is an example of how to use dynamic blocks in `region_configs`:
61
62
```hcl
@@ -81,6 +82,7 @@ replication_specs {
81
82
### Dynamic blocks in replication_specs
82
83
83
84
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.
84
86
85
87
This is an example of how to use dynamic blocks in `replication_specs`:
Copy file name to clipboardExpand all lines: docs/command_clu2adv.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ dynamic "tags" {
56
56
### Dynamic blocks in regions_config
57
57
58
58
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.
59
60
60
61
This is an example of how to use dynamic blocks in `regions_config`:
61
62
```hcl
@@ -77,6 +78,7 @@ replication_specs {
77
78
### Dynamic blocks in replication_specs
78
79
79
80
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.
80
82
81
83
This is an example of how to use dynamic blocks in `replication_specs`:
0 commit comments