We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3070992 commit fb9c897Copy full SHA for fb9c897
infra/dev/shared/terraform/modules/app-service/main.tf
@@ -101,7 +101,7 @@ resource "azuread_service_principal" "application_service_principal" {
101
102
resource "azuread_application_password" "application_password" {
103
application_id = azuread_application.app_registration.id
104
- end_date_relative = "4320h"
+ end_date = timeadd(timestamp(), "4320h") # 6 months
105
}
106
107
# This is not guidance and is done for demo purposes. The resource below will add the
0 commit comments