Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T01:46:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T02:12:35.720Z (2 days ago)
- Topics: cli, code-generation, makefile, status-development, terraform, terraform-providers
- Language: Makefile
- Size: 3.91 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