terraform-iacDeep Terraform/IaC workflow—module boundaries, state, workspaces, plan/apply safety, drift, secrets, CI integration, and team governance. Use when building i...
Install via ClawdBot CLI:
clawdbot install clawkk/terraform-iacGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Apr 7, 2026
A startup building a new multi-environment cloud infrastructure from scratch needs to establish a scalable, secure, and team-friendly IaC foundation. This involves designing repo structures, defining module boundaries, and setting up remote state with locking to prevent conflicts and ensure consistency across development, staging, and production environments.
An enterprise with existing Terraform code seeks to refactor monolithic configurations into reusable, versioned modules to improve maintainability and enable cross-team collaboration. This includes defining clear interfaces, implementing validation, and establishing a module registry or git-based versioning strategy to manage dependencies and breaking changes safely.
A mid-sized company experiences state file corruption or manual drift due to console changes, leading to failed applies and infrastructure inconsistencies. This scenario focuses on recovering state from backups, importing resources, and implementing automated drift detection through periodic plans to reconcile code with actual infrastructure and prevent future issues.
A regulated organization requires strict governance over infrastructure changes, including peer-reviewed plans, policy-as-code checks, and secure apply processes. This involves integrating Terraform into CI pipelines with automated validation, plan artifacts, and controlled apply steps from protected branches to ensure compliance and reduce human error in production deployments.
A company operating across AWS and GCP needs to manage infrastructure consistently while handling provider-specific nuances. This scenario emphasizes abstracting common patterns into modules, securing secrets with dynamic providers like Vault, and using workspaces or separate directories to isolate environments without hiding cloud-specific risks or complexities.
Offer expert guidance on Terraform adoption, including initial setup, module design, and team training. Revenue is generated through hourly or project-based fees for assessments, implementation, and ongoing support, helping clients avoid costly mistakes and optimize their IaC workflows.
Provide a SaaS platform that automates Terraform workflows, such as state management, CI integration, and drift detection, with added features like policy enforcement and analytics. Revenue comes from subscription tiers based on usage, number of users, or infrastructure scale, targeting teams seeking streamlined operations.
Develop and sell courses, workshops, and certification programs focused on advanced Terraform practices, such as state handling, module development, and multi-cloud strategies. Revenue is generated from enrollment fees, corporate training packages, and certification exams, catering to professionals looking to upskill.
💬 Integration Tip
Integrate this skill into CI/CD pipelines by automating terraform plan on pull requests and enforcing apply-only-from-protected-branches to ensure peer review and reduce deployment risks.
Scored Apr 19, 2026
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.