Terraform Skill AI skill by KissMySkills, cover

AI Skill для Terraform

$29.00
Цена со скидкой  $29.00 Обычная цена 
Перейти к информации о товаре
Terraform Skill AI skill by KissMySkills, cover

AI Skill для Terraform

$29.00 this skill vs $120+/hr hiring a Terraform consultant

Complete skill package instant downloadai-skill-for-terraform.txt

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

Мгновенная загрузка Сохранить навсегда Написано нами

Add it once. Your AI works like a specialist.

Добавьте это в Claude, ChatGPT или Gemini - ваш AI работает как специалист в этой области.

Мгновенная загрузка · 30-дневная гарантия возврата денег. Заплатите один раз и пользуйтесь навсегда - никакой подписки. Написано и протестировано нами, а не собрано с GitHub. Политика возврата средств

Ask it something hard.

📎 ai-skill-for-terraform.md LOADED ✓
I need an S3 bucket module with versioning, KMS encryption and a 90-day lifecycle rule, with a moved block since I am renaming the resource.
CLAUDE · WITH THIS SKILL You get: a modules/s3-bucket folder layout -> main.tf with the aws_s3_bucket, versioning, server_side_encryption_configuration and lifecycle_configuration resources -> variables.tf with typed inputs, descriptions and a validation block on the bucket name -> outputs.tf exposing arn and id -> a moved block mapping the old resource address to the new module address -> a note on what terraform plan should show (update in place, zero destroys) and the single next command to run.

Есть вопросы перед покупкой?

Напишите нам, и вам ответит человек - обычно в тот же день. Не бот и не очередь заявок.

hello@kissmyskills.com

Вы не читаете. Это делает ваш AI.

Один раз добавьте файл навыка в Claude, ChatGPT или Gemini. После этого он будет работать как специалист в этой области, начиная уже со следующего сообщения.

Купите один раз, и файл навсегда останется у вас. Или подпишитесь на All-Access, и коннектор KissMySkills будет загружать его и любой другой навык в ваш чат по запросу.

// what's inside

Что входит в этот навык

  1. Complete HCL modules with variables, outputs and provider pinning
  2. Plan output explained: every -/+ replacement flagged with the cause
  3. moved, import and for_each refactors with no destroy/create in the plan
  4. 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's inside

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.txt
# 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

Пример из фактического файла, который вы скачаете.

// how to install Меньше 2 минут

Четыре шага. Любой чат AI.

  1. 01
    Скачайте файл

    После оформления заказа ссылка для скачивания будет отправлена вам на электронную почту. Сохраните файл в любом месте на вашем устройстве.

  2. 02
    Откройте свой чат AI

    Claude, ChatGPT, Gemini, Grok или Copilot - какой бы вы уже ни использовали.

  3. 03
    Вставьте содержимое файла

    Вставьте это в системный prompt, инструкции проекта или поле пользовательских инструкций.

  4. 04
    Начать работу

    Ваш AI теперь настроен как специалист. Задавайте ему любые вопросы в его области.

Технические знания не требуются. Без подписки. Заплатите один раз и пользуйтесь навсегда.

// compatible with

Работает со всеми основными AI-чатами.

Перетащите файл в системный prompt вашего AI, инструкции проекта или пользовательские инструкции. Никаких настроек. Никакого кода. Никакой привязки к поставщику.

// faq

Вопросы об этом товаре

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.

Больше навыков в этой области

AI Skill для Ableton Live

AI Skill для Ableton Live

AI Skill для Ableton Live

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для Pro Tools

AI Skill для Pro Tools

AI Skill для Pro Tools

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для ZBrush

AI Skill для ZBrush

AI Skill для ZBrush

$29.00
Цена со скидкой  $29.00 Обычная цена 
AI Skill для Zoho CRM

AI Skill для Zoho CRM

AI Skill для Zoho CRM

$29.00
Цена со скидкой  $29.00 Обычная цена