Skip to content

owl-king/tfutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published