Skip to content

Commit b58b254

Browse files
Update docs/command_clu2adv.md
Co-authored-by: lmkerbey-mdb <[email protected]>
1 parent 0c68989 commit b58b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/command_clu2adv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you need to use the plugin for `dynamic` block use cases not yet supported, p
104104

105105
#### Combination of blocks with dynamic and inline expressions
106106

107-
Dynamic block and individual blocks for `regions_config` or `replication_specs` are not supported at the same time. The recommended way to handle this is to remove the individual `regions_config` or `replication_specs` blocks and use a local `list` variable with [concat](https://developer.hashicorp.com/terraform/language/functions/concat) to add the individual block information to the variable you're using in the `for_each` expression.
107+
Dynamic blocks and individual blocks for `regions_config` or `replication_specs` are not supported at the same time. Remove the individual `regions_config` or `replication_specs` blocks and use a local `list` variable with [concat](https://developer.hashicorp.com/terraform/language/functions/concat) to add the individual block information to the variable you're using in the `for_each` expression.
108108

109109
Let's see an example with `regions_config`, it is the same idea for `replication_specs`. In the original configuration file, the `mongodb_cluster` resource is used inside a module that receives the `regions_config` elements in a `list` variable and we want to add an additional `regions_config` with a read-only node.
110110
```hcl

0 commit comments

Comments
 (0)