Skip to content

Commit f8e1da8

Browse files
committed
Added password in example
1 parent 1aafebb commit f8e1da8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/complete/main.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ module "mysql" {
2727
}
2828
mysqldb_custom_credentials_enabled = true
2929
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 = ""
30+
root_user = "root"
31+
root_password = "RJDRIFsYC8ZS1WQuV0ps"
32+
custom_username = "admin"
33+
custom_user_password = "NCPFUKEMd7rrWuvMAa73"
34+
replication_user = "replicator"
35+
replication_password = "nvAHhm1uGQNYWVw6ZyAH"
36+
exporter_user = "mysqld_exporter"
37+
exporter_password = "ZawhvpueAehRdKFlbjaq"
3838
}
3939
mysqldb_backup_enabled = true
4040
mysqldb_backup_config = {

0 commit comments

Comments
 (0)