We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aafebb commit f8e1da8Copy full SHA for f8e1da8
examples/complete/main.tf
@@ -27,14 +27,14 @@ module "mysql" {
27
}
28
mysqldb_custom_credentials_enabled = true
29
mysqldb_custom_credentials_config = {
30
- root_user = ""
31
- root_password = ""
32
- custom_username = ""
33
- custom_user_password = ""
34
- replication_user = ""
35
- replication_password = ""
36
- exporter_user = ""
37
- exporter_password = ""
+ root_user = "root"
+ root_password = "RJDRIFsYC8ZS1WQuV0ps"
+ custom_username = "admin"
+ custom_user_password = "NCPFUKEMd7rrWuvMAa73"
+ replication_user = "replicator"
+ replication_password = "nvAHhm1uGQNYWVw6ZyAH"
+ exporter_user = "mysqld_exporter"
+ exporter_password = "ZawhvpueAehRdKFlbjaq"
38
39
mysqldb_backup_enabled = true
40
mysqldb_backup_config = {
0 commit comments