tfconfig 0.1.0

Rust port of HashiCorp's terraform-config-inspect Go library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Rust port of [terraform-config-inspect](https://github.com/hashicorp/terraform-config-inspect).

# Implemented features
- [x] `path`
- [x] `required_core`
- [x] `required_providers`
- [ ] `variables`
- [ ] `outputs`
- [ ] `provider_configs`
- [ ] `managed_resources`
- [ ] `data_resources`
- [ ] `module_calls`
- [ ] `diagnostics`