Skip to content

Commit 9622f14

Browse files
authored
validations: Add link in comment to open issue (hashicorp#1472)
1 parent af1fa4f commit 9622f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/decoder/validations/unreferenced_origin.go

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func UnreferencedOrigins(ctx context.Context, pathCtx *decoder.PathContext) lang
4848
// we only initially validate variables & local values
4949
// resources and data sources can have unknown schema
5050
// and will be researched at a later point
51+
// TODO: revisit as part of https://github.com/hashicorp/terraform-ls/issues/1364
5152
supported := []string{"var", "local"}
5253
firstStep := address[0].String()
5354
if !slices.Contains(supported, firstStep) {

0 commit comments

Comments
 (0)