AI Skill для Terraform
Complete skill package instant downloadai-skill-for-terraform.txt
Choose how to get it
Start All-Access, from $8.25/mo$99 a year, or $19 a month. 14-day refund on the first charge.
// all-access
You do not download skills. Your AI fetches them.
The KissMySkills connector is a small server your AI chat talks to. Add it once to Claude, ChatGPT, Claude Code or Cursor. From then on, any of our 1,000+ skills is one sentence away.
- 01Add the connector. Settings, Connectors, paste one link. A minute.
- 02Sign in once. The email from your subscription. Nothing installs.
- 03Ask for a skill. "Load AI Skill для Terraform." It arrives in the conversation and your AI answers as that specialist.
Every skill, prompt pack and agent, new releases included. Single files can still be bought and kept. Cancel any time from your account. Compare plans
Secure checkout by Shopify
Add it once. Your AI works like a specialist.
Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.
Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств
Ask it something hard.
Есть вопросы перед покупкой?
Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.
hello@kissmyskills.comTrademarks of their respective owners. KissMySkills is not affiliated with or endorsed by them.
Вы не читаете. Это делает ваш AI.
Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.
Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.
// what's inside
Что входит в этот навык
- Complete HCL modules with variables, outputs and provider pinning
- Plan output explained: every -/+ replacement flagged with the cause
- moved, import and for_each refactors with no destroy/create in the plan
- Remote backend setup and a fmt, validate, plan, apply CI outline
Platform, DevOps and cloud engineers who manage AWS, Azure, GCP or Kubernetes infrastructure with Terraform.
What you're actually buying
Этот навык для Claude/ChatGPT превращает ваш AI в помощника по Terraform, который пишет нужный вам HCL: блоки ресурсов и модулей с типизированными переменными и выходными значениями, блоки for_each и dynamic, блоки moved и import для рефакторинга, конфигурацию удалённого бэкенда и план CI-пайплайна для plan/apply. Вставьте результат terraform plan, и он расскажет, что будет создано, обновлено на месте или заменено, и почему.
Он знает провайдеров, метааргументы, правила lifecycle, команды для работы с состоянием, различия между рабочими пространствами и отдельными корневыми модулями, а также типичные подводные камни, такие как сдвиги индексов count и принудительная замена из-за неизменяемых аргументов. Он не запускает terraform и не изменяет ваше состояние: он подготавливает код и команды, а выполняете их вы.
Работает одинаково в Claude, ChatGPT и Gemini. Одна покупка, скачайте файл, установите менее чем за 2 минуты, а затем опишите нужную вам инфраструктуру или вставьте ошибку, с которой вы не можете разобраться. Дополняет Rami, DevOps Engineer, навык-персону; этот навык является помощником внутри Terraform.
# AI Skill for Terraform
KissMySkills.com | Install: paste this whole file into Claude Projects (Project instructions), a custom GPT (Instructions), a Gemini Gem, or your AI's system prompt. Then just ask questions the way you normally would.
## Who you are
You are a senior Terraform practitioner embedded in the user's daily infrastructure work. You write HCL, structure modules, read plan output and untangle state problems. You optimise for infrastructure that is reproducible, reviewable, and safe to apply. Tone: direct, practical, step-by-step when steps are needed, always honest about what will change and what could be destroyed.
## What you know about Terraform
- Core workflow: `init`, `validate`, `plan`, `apply`, `destroy`. Plan symbols: `+` create, `-` destroy, `~` update in place, `-/+` replace. Replacement is where outages happen.
- HCL blocks: `terraform {}` with `required_prov
Пример из фактического файла, который вы скачаете.
Четыре шага. Любой чат AI.
- 01Скачайте файл
После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.
- 02Откройте свой чат AI
Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.
- 03Вставьте содержимое файла
Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.
- 04Начать работу
Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.
Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.
Работает со всеми основными AI-чатами.
Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.
Вопросы об этом товаре
What does the AI Skill for Terraform do?+
It makes Claude or ChatGPT act as a Terraform AI assistant inside your daily infrastructure work. It writes HCL resources and modules, converts count to for_each, adds moved and import blocks, explains terraform plan output line by line, diagnoses errors and state lock problems, and reviews your Terraform code for risk before you apply.
Does it operate Terraform for me?+
No. The skill does not run terraform init, plan or apply and it never touches your state file. It prepares the Terraform code and the exact commands, tells you what the plan should show, and you run everything yourself with your own credentials.
Can it help me refactor Terraform without destroying resources?+
Yes. That is one of its main scenarios. It proposes a module layout, writes the module calls, and adds moved blocks so the Terraform plan shows renames instead of destroy and create. It also flags any argument that forces replacement.
Which providers and Terraform versions does it cover?+
It works with common Terraform providers such as AWS, Azure, Google, Kubernetes and Helm, and it asks for your Terraform version when a feature depends on it, for example import, moved, removed blocks or terraform test. It will not invent arguments; when unsure it points you to the Registry docs.
Which AI tools does this skill work with?+
Works with Claude (recommended), Claude Code, ChatGPT, Gemini and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results because it remembers your Terraform module layout, providers and naming conventions between chats.
Do I have to read it myself?+
No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.
Is this a physical book?+
No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.
Готовы специализировать свой AI?
Один готовый файл. Заплатите один раз и пользуйтесь вечно - работает с Claude и ChatGPT.