1
0
mirror of synced 2025-12-25 02:14:40 -05:00

Better documentation for db user

This commit is contained in:
Petri Autero
2019-02-06 10:23:40 +02:00
parent 45fd95b503
commit 0b5efeebf2
2 changed files with 6 additions and 6 deletions

View File

@@ -17,11 +17,11 @@ variable "name_prefix" {
}
variable "master_user_name" {
description = "The username for the master user."
description = "The username part for the default user credentials, i.e. 'master_user_name'@'master_user_host' IDENTIFIED BY 'master_user_password' "
}
variable "master_user_password" {
description = "The password for the master user."
description = "The password part for the default user credentials, i.e. 'master_user_name'@'master_user_host' IDENTIFIED BY 'master_user_password' "
}
# ---------------------------------------------------------------------------------------------------------------------