terraform-specialist

Automate Infrastructure as Code with Terraform and OpenTofu modules.

23|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill terraform-specialist-herdiansah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-specialist
Source: https://github.com/herdiansah/Antigravity-Skills-Master/tree/main/.agent/skills/terraform-specialist
Command: npx skills add https://github.com/herdiansah/Antigravity-Skills-Master --skill terraform-specialist-herdiansah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing cloud infrastructure through Infrastructure as Code (IaC), ensuring robust, secure, and scalable deployments.

Core Features & Use Cases

  • Advanced IaC Automation: Designs and implements complex Terraform/OpenTofu modules for multi-cloud environments.
  • State Management & Security: Configures secure remote state backends, encryption, and locking mechanisms.
  • CI/CD Integration: Automates deployments with security scanning, policy checks, and GitOps workflows.
  • Use Case: You need to deploy a secure, multi-region Kubernetes cluster using Terraform, ensuring state is managed securely and deployments are automated via a CI/CD pipeline.

Quick Start

Use the terraform-specialist skill to design a reusable Terraform module for an AWS S3 bucket with versioning and encryption enabled.

Frequently Asked Questions about terraform-specialist

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

FAQPage Schema
How do I design reusable Terraform modules for multi-cloud infrastructure deployments?

Secure Terraform state by configuring remote state backends with encryption and locking mechanisms, preventing concurrent modifications and protecting sensitive infrastructure data during deployments.

How does GitOps integration work for infrastructure as code automation?

GitOps integration for infrastructure as code automates deployments by triggering CI/CD pipelines on repository changes, applying policy checks and security scanning before provisioning cloud resources.

Can I use OpenTofu for enterprise infrastructure automation and migration from Terraform?

OpenTofu supports enterprise infrastructure automation by providing migration strategies from Terraform, allowing reproducible and compliant infrastructure provisioning using existing IaC patterns.

What is the best way to implement policy as code in a Terraform CI/CD pipeline?

Implement policy as code in a Terraform CI/CD pipeline by integrating security scanning and automated policy checks, ensuring compliant and secure infrastructure provisioning before deployment.

Does this approach handle secure multi-region Kubernetes cluster deployments using IaC?

This approach handles secure multi-region Kubernetes deployments by using advanced IaC patterns to define cluster architecture, ensuring state is managed securely and deployments are automated via CI/CD.