From 5bca1b3f0311acbb1251b927aa91a41e6e13b3c2 Mon Sep 17 00:00:00 2001 From: aidy Date: Fri, 17 Aug 2018 22:47:47 +0100 Subject: [PATCH] Fix length of day in documentation (#1881) --- website/docs/r/google_kms_crypto_key.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/google_kms_crypto_key.html.markdown b/website/docs/r/google_kms_crypto_key.html.markdown index 498400d7..3dc49166 100644 --- a/website/docs/r/google_kms_crypto_key.html.markdown +++ b/website/docs/r/google_kms_crypto_key.html.markdown @@ -49,7 +49,7 @@ The following arguments are supported: * `rotation_period` - (Optional) Every time this period passes, generate a new CryptoKeyVersion and set it as the primary. The first rotation will take place after the specified period. The rotation period has the format of a decimal number with up to 9 fractional digits, followed by the letter s (seconds). It must be greater than - a day (ie, 83400). + a day (ie, 86400). ## Attributes Reference