Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 743 Bytes

Terraform utils in NeoVim

tfutils is built for the enhance your workflow in neovim

Create var quickly

Requirement

  • python3.4 or newer

Installation

With packer

  use {
    'owl-king/tfutils',
    run = ':UpdateRemotePlugins'                                          
  }

Usage

TBD

Functions

Execute remote function with :call

  • :call TfCreateVar(variable, description)
  • :call TfViewDoc(resource_name)
  • :call TfExample(resource_name)

Roadmap

  • Support more fields: default, type, validation, sensitive and nullable
  • Autocreate tf var file base on file name or module
  • Support visual mode
  • Support cache folder