Better documentation for db user
This commit is contained in:
@@ -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' "
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user