terraform-scrape
terraform-scrape copied to clipboard
Little scraping script to extract docs out of terraform
trafficstars
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
- Args reference is wrong in aws_iam_role (https://www.terraform.io/docs/providers/aws/r/iam_role.html) because of the
div.alert-warningin the middle of the list.