Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.1 KB

Todo.md

File metadata and controls

40 lines (33 loc) · 1.1 KB

Immediate Todo-List

  • Fix path/file issue #26
  • Support for tfvars #39
  • Support for formatting #37

Todo-List (Main)

  • A lot of code clean up(right now is mostly getting the feature done)
  • CI/CD(Travis)
  • Tests
  • Getting Started Guide
  • Add Gifs & Asciinema for Demo
  • Cross Compile for Windows Binary

Todo-List (Terraform)

  • Add Provider Listing(static list)

  • Provider Configs

  • Resources

    • Provider attribute scope completion(ex. google vs google-beta)
  • Data Sources

  • Backends (current focus)

  • Provisioner (current focus)

  • Interpolations

    • Complex nesting interpolations
  • Modules

  • Locals

  • Outputs

  • Variables

    • Map Interpolation with Object inside
    • Index Interpolation
    • List Interpolation with Object inside
    • Object Interpolation
    • Functions
  • Dynamic Block

    • For Each Block
      • Check for complex scenario