Skip to content

Commit

Permalink
Remove pgp_key
Browse files Browse the repository at this point in the history
It is no longer in code and the docs say it's required
  • Loading branch information
petoju committed Oct 17, 2022
1 parent 14931ca commit 841b7a2
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 841b7a2

Please sign in to comment.