Skip to content

timoguin/tfschemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to dump machine-readable schemas for various Terraform providers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published