Skip to content

Commit

Permalink
validations: Add link in comment to open issue (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Oct 24, 2023
1 parent af1fa4f commit 9622f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/decoder/validations/unreferenced_origin.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func UnreferencedOrigins(ctx context.Context, pathCtx *decoder.PathContext) lang
// we only initially validate variables & local values
// resources and data sources can have unknown schema
// and will be researched at a later point
// TODO: revisit as part of https://github.com/hashicorp/terraform-ls/issues/1364
supported := []string{"var", "local"}
firstStep := address[0].String()
if !slices.Contains(supported, firstStep) {
Expand Down

0 comments on commit 9622f14

Please sign in to comment.