Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kranzes/terraform-schemas
All Terraform providers' schemas generated to JSON
https://github.com/kranzes/terraform-schemas
Last synced: 3 months ago
JSON representation
All Terraform providers' schemas generated to JSON
- Host: GitHub
- URL: https://github.com/kranzes/terraform-schemas
- Owner: Kranzes
- Created: 2023-03-22T22:51:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T00:00:33.000Z (9 months ago)
- Last Synced: 2024-05-02T03:24:48.306Z (9 months ago)
- Language: Nix
- Homepage:
- Size: 22.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-schemas
All Terraform providers' schemas generated to JSONTo get a schema for a specific provider run this:
```console
nix build github:kranzes/terraform-schemas#
```
If instead you want to get the schemas for all the providers available in nixpkgs run this:
```console
nix build github:kranzes/terraform-schemas#all-schemas
```
Tip:
If you don't want to get the JSON schemas via a `nix build` to avoid IFD you can also get them from the [schemas](https://github.com/Kranzes/terraform-schemas/tree/schemas) branch.