From 4917e68e8eabd0c39bffc66fa8eaebe3bbafb7cb Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 18 Sep 2024 20:16:32 -0700 Subject: [PATCH] Update website/docs/r/key_vault_managed_hardware_security_module_key_rotation_policy.html.markdown --- ...d_hardware_security_module_key_rotation_policy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/key_vault_managed_hardware_security_module_key_rotation_policy.html.markdown b/website/docs/r/key_vault_managed_hardware_security_module_key_rotation_policy.html.markdown index ba672766c947..752781da44ce 100644 --- a/website/docs/r/key_vault_managed_hardware_security_module_key_rotation_policy.html.markdown +++ b/website/docs/r/key_vault_managed_hardware_security_module_key_rotation_policy.html.markdown @@ -36,7 +36,7 @@ The following arguments are supported: * `expire_after` - (Required) Specify the expiration duration on a newly rotated key as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). The minimum duration is `P28D`. -* `time_after_creation` - (Optional) Rotate automatically at a duration after create as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). Exactly one of `time_after_creation` or `time_before_expiry` should be specified. +* `time_after_creation` - (Optional) Rotate automatically at a duration after key creation as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). Exactly one of `time_after_creation` or `time_before_expiry` should be specified. * `time_before_expiry` - (Optional) Rotate automatically at a duration before key expiry as an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). Exactly one of `time_after_creation` or `time_before_expiry` should be specified.