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
{{ message }}
This repository was archived by the owner on Jan 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ Available targets:
101
101
| chamber_service |`chamber` service name. See [chamber usage](https://github.com/segmentio/chamber#usage) for more details | string | `` | no |
102
102
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
103
103
| documentdb_apply_immediately | Specifies whether any cluster modifications are applied immediately, or during the next maintenance window | string |`true`| no |
104
+
| documentdb_chamber_parameters_mapping | Allow to specify keys names for chamber to store values | map |`<map>`| no |
104
105
| documentdb_cluster_enabled | Set to false to prevent the module from creating DocumentDB cluster | string |`true`| no |
105
106
| documentdb_cluster_family | The family of the DocumentDB cluster parameter group. For more details, see https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-parameter-group-create.html| string |`docdb3.6`| no |
106
107
| documentdb_cluster_parameters | List of DB parameters to apply | list |`<list>`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
| chamber_service |`chamber` service name. See [chamber usage](https://github.com/segmentio/chamber#usage) for more details | string | `` | no |
11
11
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
12
12
| documentdb_apply_immediately | Specifies whether any cluster modifications are applied immediately, or during the next maintenance window | string |`true`| no |
13
+
| documentdb_chamber_parameters_mapping | Allow to specify keys names for chamber to store values | map |`<map>`| no |
13
14
| documentdb_cluster_enabled | Set to false to prevent the module from creating DocumentDB cluster | string |`true`| no |
14
15
| documentdb_cluster_family | The family of the DocumentDB cluster parameter group. For more details, see https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-parameter-group-create.html| string |`docdb3.6`| no |
15
16
| documentdb_cluster_parameters | List of DB parameters to apply | list |`<list>`| no |
0 commit comments