Skip to content

Commit

Permalink
Merge pull request #41 from petoju/feature/remove-pgp-key-docs
Browse files Browse the repository at this point in the history
Remove pgp_key docs
  • Loading branch information
petoju authored Oct 17, 2022
2 parents 14931ca + 841b7a2 commit 6c9a433
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/docs/r/user_password.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ resource "mysql_user" "jdoe" {
resource "mysql_user_password" "jdoe" {
user = mysql_user.jdoe.user
pgp_key = "keybase:joestump"
}
```

Expand All @@ -38,7 +37,6 @@ password will be updated accordingly.
The following arguments are supported:

* `user` - (Required) The IAM user to associate with this access key.
* `pgp_key` - (Required) Either a base-64 encoded PGP public key, or a keybase username in the form `keybase:some_person_that_exists`.
* `host` - (Optional) The source host of the user. Defaults to `localhost`.

## Attributes Reference
Expand Down

0 comments on commit 6c9a433

Please sign in to comment.