juliosueiras / vim-terraform-completion

A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
MIT License
337 stars 24 forks source link

Create A Script to Go through terraform repo and generate provider jsons for all versions #21

Closed juliosueiras closed 7 years ago

juliosueiras commented 7 years ago

Since the git repo for terraform has all the tags and docs, I should create a script(call it generate_all_versions) that clone the terraform repo and pull each tags and generate the completion data for the version,

(OPTIONAL) check and make sure the data is not too big a normal user, if not, look for network solution(EXAMPLE: create a separate repo and pull only the version that the user requested)