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 | 44 (4%) | 63 (3%) | 2025-04-29 |
main.tf locals.tf |
2 | 63 (3%) | 30 (6%) | 2025-04-29 |
variables.tf locals.tf |
2 | 44 (4%) | 30 (6%) | 2025-04-29 |
outputs.tf locals.tf |
1 | 10 (10%) | 30 (3%) | 2025-04-29 |
outputs.tf main.tf |
1 | 10 (10%) | 63 (1%) | 2025-04-29 |
variables.tf outputs.tf |
1 | 44 (2%) | 10 (10%) | 2025-04-29 |