github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/lang/globalref/doc.go (about) 1 // Package globalref is home to some analysis algorithms that aim to answer 2 // questions about references between objects and object attributes across 3 // an entire configuration. 4 // 5 // This is a different problem than references within a single module, which 6 // we handle using some relatively simpler functions in the "lang" package 7 // in the parent directory. The globalref algorithms are often implemented 8 // in terms of those module-local reference-checking functions. 9 package globalref