From 9043fe2249fd9627d3e44d6a790618c1f2be3c5a Mon Sep 17 00:00:00 2001 From: kumarvna <> Date: Sun, 12 Jul 2020 21:37:07 +0530 Subject: [PATCH] initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c362226..aa1129b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ module "service-principal" { } ``` +## Password rotation using `time_rotating` + +Manages a rotating time resource, which keeps a rotating UTC timestamp stored in the Terraform state and proposes resource recreation when the locally sourced current time is beyond the rotation time. This rotation only occurs when Terraform is executed, meaning there will be drift between the rotation timestamp and actual rotation. + ## Assign the application to a role To access resources in your subscription, you must assign the application to a role. Decide which role offers the right permissions for the application. To learn about the available roles, see RBAC: [Built in Roles](https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles).