terraform-search-import

Identify unmanaged cloud resources and generate bulk-import plans for Terraform state.

Updated Jul 30, 2024
One-click install
npx skills add https://github.com/twidxuga/dotfiles --skill terraform-search-import-twidxuga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-search-import
Source: https://github.com/twidxuga/dotfiles/tree/main/opencode/dot-config/opencode/skills/terraform-search-import
Command: npx skills add https://github.com/twidxuga/dotfiles --skill terraform-search-import-twidxuga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and manage existing cloud resources by using declarative Terraform Search queries and bulk import to Terraform state, enabling smoother migration to IaC and ongoing governance.

Core Features & Use Cases

  • Terraform Search queries to identify existing resources across providers
  • Bulk import of discovered resources into Terraform state for management
  • Audit and migration support for unmanaged infrastructure across regions

Quick Start

Execute discovery and prepare import configuration for your target resources.

Frequently Asked Questions about terraform-search-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bulk import existing cloud resources into Terraform state?

You can bulk import existing cloud resources by using declarative Terraform Search queries to identify unmanaged targets across providers and generating import plans for state management.

What is the best way to discover unmanaged infrastructure across multiple cloud regions?

Using Terraform Search queries to enumerate cloud resources across multiple providers and regions allows you to discover unmanaged infrastructure and prepare it for state import.

Do I need a specific Terraform version to import existing cloud resources?

Yes, you need Terraform version 1.14 or higher, and your provider list must supply resource schemas to successfully enumerate cloud targets before performing the bulk import.

Can I audit ongoing infrastructure governance using Terraform Search?

Yes, Terraform Search supports auditing and ongoing governance by identifying unmanaged cloud resources across providers and generating bulk import plans to bring them under management.

How does migrating unmanaged infrastructure to IaC work with Terraform state?

Migrating unmanaged infrastructure to IaC involves discovering existing cloud resources with Search queries and importing them into Terraform state for ongoing declarative management.