From 841b7a24feafd1c65c3e5beec713ae6e0dffc2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20J=C3=BAno=C5=A1?= Date: Mon, 17 Oct 2022 18:38:26 +0200 Subject: [PATCH] Remove pgp_key It is no longer in code and the docs say it's required --- website/docs/r/user_password.html.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/docs/r/user_password.html.markdown b/website/docs/r/user_password.html.markdown index f850368f..7f2297c6 100644 --- a/website/docs/r/user_password.html.markdown +++ b/website/docs/r/user_password.html.markdown @@ -26,7 +26,6 @@ resource "mysql_user" "jdoe" { resource "mysql_user_password" "jdoe" { user = mysql_user.jdoe.user - pgp_key = "keybase:joestump" } ``` @@ -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