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 |
---|---|---|---|---|
locals.tf variables.tf |
2 | 5 (40%) | 10 (20%) | 2025-04-14 |
main.tf variables.tf |
2 | 11 (18%) | 10 (20%) | 2025-04-14 |
main.tf locals.tf |
2 | 11 (18%) | 5 (40%) | 2025-04-14 |
outputs.tf main.tf |
1 | 4 (25%) | 11 (9%) | 2025-04-07 |
terraform.tf variables.tf |
1 | 9 (11%) | 10 (10%) | 2025-04-07 |
terraform.tf main.tf |
1 | 9 (11%) | 11 (9%) | 2025-04-07 |
outputs.tf locals.tf |
1 | 4 (25%) | 5 (20%) | 2025-04-07 |
outputs.tf variables.tf |
1 | 4 (25%) | 10 (10%) | 2025-04-07 |
terraform.tf outputs.tf |
1 | 9 (11%) | 4 (25%) | 2025-04-07 |
terraform.tf locals.tf |
1 | 9 (11%) | 5 (20%) | 2025-04-07 |