Skip to content

Commit c761b18

Browse files
author
David Arnold
authored
Update vault.tf
1 parent 12625dc commit c761b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "vault_database_secret_backend_connection" "mysql" {
2020
allowed_roles = ["mysql_crud", "mysql_ro"]
2121

2222
mysql {
23-
connection_url = "${local.db.user}:${local.db.passwd}@tcp(${local.db.host})/${local.db.db}"
23+
connection_url = "${local.db["user"]}:${local.db["passwd"]}@tcp(${local.db["host"]})/${local.db["db"]}"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)