Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #104 from martinssipenko/patch-2
Browse files Browse the repository at this point in the history
Fix spacing
  • Loading branch information
davidji99 authored Oct 29, 2019
2 parents 1c8d0a6 + c258924 commit c10b167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/user_password.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ user on a MySQL server.
resource "mysql_user" "jdoe" {
user = "jdoe"
}
resource "mysql_user_password" "jdoe" {
resource "mysql_user_password" "jdoe" {
user = "${mysql_user.jdoe.user}"
pgp_key = "keybase:joestump"
}
Expand Down

0 comments on commit c10b167

Please sign in to comment.