We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1fa4f commit 9622f14Copy full SHA for 9622f14
internal/decoder/validations/unreferenced_origin.go
@@ -48,6 +48,7 @@ func UnreferencedOrigins(ctx context.Context, pathCtx *decoder.PathContext) lang
48
// we only initially validate variables & local values
49
// resources and data sources can have unknown schema
50
// and will be researched at a later point
51
+ // TODO: revisit as part of https://github.com/hashicorp/terraform-ls/issues/1364
52
supported := []string{"var", "local"}
53
firstStep := address[0].String()
54
if !slices.Contains(supported, firstStep) {
0 commit comments