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 |
---|---|---|---|---|
variables.tf main.tf |
2 | 4 (50%) | 4 (50%) | 2025-04-24 |
terraform.tf variables.tf |
1 | 2 (50%) | 4 (25%) | 2025-04-22 |
outputs.tf main.tf |
1 | 3 (33%) | 4 (25%) | 2025-04-22 |
outputs.tf variables.tf |
1 | 3 (33%) | 4 (25%) | 2025-04-22 |
terraform.tf outputs.tf |
1 | 2 (50%) | 3 (33%) | 2025-04-22 |
terraform.tf main.tf |
1 | 2 (50%) | 4 (25%) | 2025-04-22 |