terraform-skill

Provides expert guidance on diagnosing and avoiding common pitfalls in cloud environments.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill terraform-skill-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-skill
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/daymade/terraform-skill
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill terraform-skill-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Terraform provisioning, multi-environment setups, and cloud-init bootstrapping can fail due to timing races, SSH conflicts, DNS duplication, and misconfigured credentials. This Skill offers structured patterns to detect and remediate these issues before they disrupt deployments.

Core Features & Use Cases

  • Provisioner timing traps and fix patterns
  • Multi-environment isolation checks and drift prevention
  • Bootstrap and initialization consistency with cloud-init

Quick Start

Run the pre-deploy validation and apply the provided fixes before running terraform apply.

Frequently Asked Questions about terraform-skill

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

FAQPage Schema
How do I fix Terraform provisioner timing issues during cloud-init bootstrapping?

Terraform provisioner timing issues during cloud-init bootstrapping occur when execution races against instance readiness. This Skill provides fix-and-verify patterns to detect these timing traps and ensure bootstrap consistency before running terraform apply.

What is the best way to isolate Terraform multi-environment deployments and prevent drift?

Isolating Terraform multi-environment deployments requires structured validation checks to prevent configuration drift. This Skill guides you through multi-environment isolation checks and corrective patterns to secure deployments across distinct environments.

Why does my Terraform deployment fail with SSH conflicts and DNS record duplication?

Terraform deployments fail with SSH conflicts and DNS record duplication due to misconfigured credentials and overlapping resource allocation. This Skill offers structured detection patterns to mitigate these provisioning traps and remediate them.

How do I resolve hardcoded domain risks in Caddyfiles and docker-compose during Terraform provisioning?

Resolving hardcoded domain risks in Caddyfiles and docker-compose requires validating dynamic configuration injection during Terraform provisioning. This Skill identifies these risks and applies corrective patterns to ensure secure domain routing.

Does this Skill address database bootstrap and volume permission gaps in infrastructure-as-code?

Yes, this Skill addresses database bootstrap issues and volume permission gaps within infrastructure-as-code workflows. It provides targeted fix-and-verify patterns to mitigate these specific provisioning failures before they disrupt deployments.