Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 717 Bytes

fuzzy-terraform-import

fuzzy-terraform-import is a command-line tool for importing resources into terraform state

It uses the excellent go-fuzzyfinder library for the fuzzy-finding functionality.

Installation

$ go install github.com/paololazzari/fuzzy-terraform-import@latest

Usage

$ fuzzy-terraform-import

How it works

fuzzy-terraform-import looks at the terraform source (.tf) files and at the terraform state to determine which resources can be imported.

Supported resources

This project is under development. For a list of supported resources, check the supported resources.