v1.1.5
✨ New Features duplicate-dependency-labels also catches a shared config_path Two dependency blocks with different labels can point at the same config_path. Both parse, so the same unit is declared twice, and the two blocks drift apart as soon as one gains a mock_outputs or skip_outputs the other lacks: dependency "vpc" { config_path = "../vpc" } dependency "network" { config_path = "../vpc" } Terr…