From 66a16623e9d101d7c154f332591231236782fece Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Wed, 27 Sep 2017 13:10:16 +0100 Subject: [PATCH] Updating the key vault key docs to include the other fields --- website/docs/r/key_vault_key.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/r/key_vault_key.html.markdown b/website/docs/r/key_vault_key.html.markdown index 522f3fc94031f..553d62083595e 100644 --- a/website/docs/r/key_vault_key.html.markdown +++ b/website/docs/r/key_vault_key.html.markdown @@ -88,6 +88,9 @@ The following attributes are exported: * `id` - The Key Vault Key ID. * `version` - The current version of the Key Vault Key. +* `n` - The RSA modulus of this Key Vault Key. +* `e` - The RSA public exponent of this Key Vault Key. + ## Import