Skip to content

Commit 61b9191

Browse files
committed
docs: clarify mongodb database_users documentation
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent abf3720 commit 61b9191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/modules/aws/mongodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No modules.
4848
| <a name="input_database_storage_ipos"></a> [database\_storage\_ipos](#input\_database\_storage\_ipos) | The disk IOPS to have for the database instance | `number` | `null` | no |
4949
| <a name="input_database_storage_size"></a> [database\_storage\_size](#input\_database\_storage\_size) | The storage assigned to the database instance | `number` | `null` | no |
5050
| <a name="input_database_storage_type"></a> [database\_storage\_type](#input\_database\_storage\_type) | The storage type to use for the database instance | `string` | `null` | no |
51-
| <a name="input_database_users"></a> [database\_users](#input\_database\_users) | Map of overrides for the user and database names. | <pre>map(object({<br/> username = string<br/> database = string<br/> forum_database = string<br/> }))</pre> | `{}` | no |
51+
| <a name="input_database_users"></a> [database\_users](#input\_database\_users) | Map of additional user and database names. | <pre>map(object({<br/> username = string<br/> database = string<br/> forum_database = string<br/> }))</pre> | `{}` | no |
5252
| <a name="input_environment"></a> [environment](#input\_environment) | The AWS project environment. (for example: production, staging, development, etc.) | `string` | n/a | yes |
5353
| <a name="input_is_database_autoscaling_compute_enabled"></a> [is\_database\_autoscaling\_compute\_enabled](#input\_is\_database\_autoscaling\_compute\_enabled) | Whether to enable autoscaling of database instances | `bool` | `false` | no |
5454
| <a name="input_is_database_autoscaling_disk_gb_enabled"></a> [is\_database\_autoscaling\_disk\_gb\_enabled](#input\_is\_database\_autoscaling\_disk\_gb\_enabled) | Whether to enable autoscaling disk size for the database instance | `bool` | `true` | no |

terraform/modules/aws/mongodb/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ variable "database_users" {
136136
forum_database = string
137137
}))
138138
default = {}
139-
description = "Map of overrides for the user and database names."
139+
description = "Map of additional user and database names."
140140
}

0 commit comments

Comments
 (0)