Skip to content

Commit

Permalink
Update infra/modules/worklytics-connector-specs/main.tf
Browse files Browse the repository at this point in the history
Co-authored-by: aperez-worklytics <[email protected]>
  • Loading branch information
eschultink and aperez-worklytics authored Oct 21, 2024
1 parent c84338c commit fea5781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/worklytics-connector-specs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ locals {
example_api_calls : [
"/v1.0/users",
"/v1.0/users/${var.example_msft_user_guid}/events",
"/v1.0/users/${var.example_msft_user_guid}/calendarView?startDateTime=2024-10-01T00:00:00Z&endDateTime=${time_static.deployment.id}",
"/v1.0/users/${var.example_msft_user_guid}/calendarView?startDateTime=timeadd(time_static.deployment.id, "-4320h")&endDateTime=${time_static.deployment.id}",
"/v1.0/users/${var.example_msft_user_guid}/mailboxSettings",
"/v1.0/groups",
"/v1.0/groups/{group-id}/members"
Expand Down

0 comments on commit fea5781

Please sign in to comment.