From 0e62b71410b4459061f5ace38f9230173648335a Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 2 Jan 2018 22:30:02 +0100 Subject: [PATCH] Update "service_account_key" docs (#908) By removing the inexistant "fingerprint" property and specifying that the private key fingerprint only exists when using PGP. --- website/docs/r/google_service_account_key.html.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/r/google_service_account_key.html.markdown b/website/docs/r/google_service_account_key.html.markdown index f85ae030..0a4ca004 100644 --- a/website/docs/r/google_service_account_key.html.markdown +++ b/website/docs/r/google_service_account_key.html.markdown @@ -69,8 +69,6 @@ The following attributes are exported in addition to the arguments listed above: * `name` - The name used for this key pair -* `fingerprint` - The MD5 public key fingerprint as specified in section 4 of RFC 4716. - * `public_key` - The public key, base64 encoded * `private_key` - The private key, base64 encoded. This is only populated @@ -81,7 +79,7 @@ encrypted with the given `pgp_key`. This is only populated when creating a new key and `pgp_key` is supplied * `private_key_fingerprint` - The MD5 public key fingerprint for the encrypted -private key +private key. This is only populated when creating a new key and `pgp_key` is supplied * `valid_after` - The key can be used after this timestamp. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".