Categorygithub.com/paololazzari/fuzzy-terraform-import
repositorypackage
0.0.0-20230115162328-6d142851d5ca
Repository: https://github.com/paololazzari/fuzzy-terraform-import.git
Documentation: pkg.go.dev

# README

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.