Giter Site home page Giter Site logo

terraform-autodoc's Introduction

DISCLAIMER: I've never programmed in go.

About

This project was inspired in bringing autocomplete into emacs extending company-terraform from https://github.com/rafalcieslak/emacs-company-terraform

Autocompletion in that project is generated by scraping the documentation page. That is a tedious job to do, error prone and not maintainable.

This project aims to use go plugins in order to provide resources documentation.

WIP

The project is a work in progress. Main goal is to return JSON into stdout, then it could be parsed by external tools for whatever reason you want.

How it works

Each provider for terraform is a github repository in terraform-providers organization. The script clones each repo, generates a go file per repo, and via reflection inspect each Provider object.I'm using reflection because for some reason the Schema field is not accesible outside terraform package.

Use

[WIP]You may clone the repo and build the image yourself but be aware that it will pull at least 99 (the actual number as of this commit) repositories from github and take a few minutes and 4GB of space...

Limitations

If terraform providers plugins does not specify Description field describing what each resource do, documentation will be scarse.

terraform-autodoc's People

Contributors

gentunian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.