A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
| Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
|---|---|---|---|---|
| outputs.tf locals.cached_data.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-08 |
| locals.live_data.tf locals.cached_data.tf |
1 | 3 (33%) | 2 (50%) | 2025-04-08 |
| locals.tf locals.cached_data.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-08 |
| outputs.tf locals.tf |
1 | 2 (50%) | 2 (50%) | 2025-04-08 |
| locals.tf locals.live_data.tf |
1 | 2 (50%) | 3 (33%) | 2025-04-08 |
| outputs.tf locals.live_data.tf |
1 | 2 (50%) | 3 (33%) | 2025-04-08 |