mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 10:00:09 -04:00
12 lines
563 B
Go
12 lines
563 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package globalref is home to some analysis algorithms that aim to answer
|
|
// questions about references between objects and object attributes across
|
|
// an entire configuration.
|
|
//
|
|
// This is a different problem than references within a single module, which
|
|
// we handle using some relatively simpler functions in the "lang" package
|
|
// in the parent directory. The globalref algorithms are often implemented
|
|
// in terms of those module-local reference-checking functions.
|
|
package globalref
|