8000 GitHub - erd0s/terraform-scrape: Little scraping script to extract docs out of terraform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Little scraping script to extract docs out of terraform

Notifications You must be signed in to change notification settings

erd0s/terraform-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Scrape

Scraping tool used to try to extract data from the terraform docs for the https://github.com/erd0s/terraform-autocomplete Visual Studio Code extension.

NOTE

This is only attempting to scrape from the AWS provider code. I haven't tried on any other providers but please feel free to contribute!

Running

docker run -ti dirkdirk/terraform-scrape

This will output any notices to stderr and output the json that needs to go in terraform-autocomplete/aws-resources.json to stdout. So you could do something like docker run -ti dirkdirk/terraform-scrape > ../terraform-autocomplete/aws-resources.json

TODO

About

Little scraping script to extract docs out of terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0