hashicorp / hashicorp/terraform-exec
Add ability to watch lock file for outside re-initialization
Open
enhancement
- Dominant language
- Go
- Stars
- 786
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
This is mostly for use within the context of the language server. We need to be able to watch files for changes and know that the schema is potentially out of date.
The reason I think this makes sense in this package is that the behavior varies per TF version and would be useful to incorporate in to the schema functionality already built in so we don't have to build version compatibility logic in to multiple packages / projects.
Contributor guide
Assessment
This issue has not been assessed yet.