https://github.com/timoguin/tfschemas
CLI tool to dump machine-readable schemas for various Terraform providers
https://github.com/timoguin/tfschemas
cli code-generation makefile status-development terraform terraform-providers
Last synced: 5 months ago
JSON representation
CLI tool to dump machine-readable schemas for various Terraform providers
- Host: GitHub
- URL: https://github.com/timoguin/tfschemas
- Owner: timoguin
- Created: 2019-10-16T15:45:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:53:54.000Z (about 1 year ago)
- Last Synced: 2025-10-09T02:53:41.019Z (8 months ago)
- Topics: cli, code-generation, makefile, status-development, terraform, terraform-providers
- Language: Makefile
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Schema Dumper
This is a CLI tool that parses the output of `terraform providers schema -json`
into formats useful for machine processing, e.g. Terraform code generation.
Currently, this implementation uses a Makefile. Simply run `make` to see help
content for the available commands.
## Usage
```
$ make
Available commands:
make init Initialize Terraform to download all the providers
make dump Dump all the provider schemas
make all Initialize Terraform and dump the provider schemas
```
## Future Usage
- dump-all
- get-resource-schema
- get-data-source-schema
- list-providers
- list-provider-resources
- list-provider-data-sources