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 main.tf |
1 | 7 (14%) | 9 (11%) | 2025-04-15 |
| terraform.tf main.tf |
1 | 4 (25%) | 9 (11%) | 2025-04-15 |
| terraform.tf outputs.tf |
1 | 4 (25%) | 7 (14%) | 2025-04-15 |